vyper — Easy Playground
Pythonic smart contract language for the EVM
Getting started with vyperRun locally
Install
pip install vyperPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: vyper)
vyper is a third-party package. Pythonic smart contract language for the EVM. Install with: pip install vyper
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?