erg/examples/pyimport.er
Shunsuke Shibayama fe339a7dc7 Fix pyimport bug
2022-10-13 00:23:14 +09:00

5 lines
73 B
Python

math = pyimport "math"
sys = pyimport "sys"
print! math.pi
sys.exit 111