sandbox/test_review.py
Taehyun Park 8d2e5b0175 title: add review
add print
fix ans is 6 > ans is 5

story: 2010179
task: 45855
Change-Id: I0643eaee82748f7b3d1288ff5c859075e39a05a5
2022-07-21 22:12:37 +09:00

4 lines
69 B
Python

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