py-solc-xEasy Playground

Solidity compiler wrapper for Python

Getting started with py-solc-xRun locally
Install
pip install py-solc-x
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: py_solc_x)

py-solc-x is a third-party package. Solidity compiler wrapper for Python. Install with: pip install py-solc-x

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?