
add print fix ans is 6 > ans is 5 story: 2010179 task: 45855 Change-Id: I0643eaee82748f7b3d1288ff5c859075e39a05a5
4 lines
69 B
Python
4 lines
69 B
Python
print("test for review")
|
|
value = 3
|
|
print(value + 2)
|
|
print("ans is 5") |