Files
RustPython/extra_tests/snippets/variables.py
2020-09-13 06:58:57 +09:00

5 lines
42 B
Python

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