sandbox/test_review.py

5 lines
70 B
Python

print("test for review")
value = 3
print(value + 2)
print("ans is 5")