Files
RustPython/tests/snippets/variables.py
2018-07-09 22:06:49 +02:00

5 lines
42 B
Python

a = 8
b = 7
assert a+b == 15
# print(a+b)