upd: add some files
This commit is contained in:
5
test/testcases/basic-testcases/test4.in
Normal file
5
test/testcases/basic-testcases/test4.in
Normal file
@ -0,0 +1,5 @@
|
||||
#Upper Case and Lower Case
|
||||
a = 1
|
||||
A = True
|
||||
b = A
|
||||
print(b)
|
Reference in New Issue
Block a user