init
This commit is contained in:
10
testcases/basic-testcases/test6.in
Normal file
10
testcases/basic-testcases/test6.in
Normal file
@ -0,0 +1,10 @@
|
||||
#Comparision Test
|
||||
two = 0 + 1 * 2
|
||||
three = two + 1
|
||||
|
||||
print(two < three)
|
||||
print(two > three)
|
||||
print(two <= three)
|
||||
print(two >= three)
|
||||
print(two == three)
|
||||
print(two != three)
|
Reference in New Issue
Block a user