rustpython 0.1.0

A python interpreter written in rust.
1
2
3
4
width = 20
height = 5 * 9
assert 900 == width * height
print(width * height)