title: add review

add print
fix ans is 6 > ans is 5

story: 2010179
task: 45855
Change-Id: I0643eaee82748f7b3d1288ff5c859075e39a05a5
This commit is contained in:
Taehyun Park 2022-07-21 22:05:51 +09:00
parent f728ddfee4
commit 8d2e5b0175
1 changed files with 4 additions and 0 deletions

4
test_review.py Normal file
View File

@ -0,0 +1,4 @@
print("test for review")
value = 3
print(value + 2)
print("ans is 5")