aboutsummaryrefslogtreecommitdiffstats
path: root/test9
blob: 3cfcd55b5f4ceef22789eb7fee37261cb6a680c7 (plain)
1
2
3
4
5
6
7
x = 9
print(3x)
print(2x + 5)
print(x - 9x)
print(5 + (3x))
print((x - 4 * 5)2)