Files
RustPython/vm/tests/variables.py
2018-06-06 23:30:48 +02:00

5 lines
42 B
Python

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