sandbox/test_review.py
June Yi 54409794f8 Fix pep8 error
Story: 2010410
Task: 46805
Change-Id: I95d4938e16489881db3549f29e77fdf66fb515f6
2022-11-12 16:24:29 +09:00

5 lines
70 B
Python

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