20 lines
170 B
Python
20 lines
170 B
Python
|
|
i in range(100):
|
|
print(i)
|
|
|
|
if(x == "test"):
|
|
pass
|
|
x = 0xFF << 8
|
|
x < 10
|
|
x != False
|
|
|
|
9 . 42 .12 9.1.1 80. 80.0123
|
|
|
|
"" asd
|
|
"
|
|
"Test"
|
|
|
|
|
|
|
|
|