UnnamedPythonMicroConsole/python/syntaxTest.py
2024-09-28 23:43:50 -04:00

39 lines
786 B
Python

#asdlkjasd
test #this is a test
print("test")
'''
test
'''
x is .10
{"False", "None", "True", "and", "as", "assert", "async", "await", "break", "class", "continue", "def",
"del", "elif", "else", "except", "finally", "for", "from", "global", "if", "import", "in", "is", "lambda",
"nonlocal", "not", "or", "pass", "raise", "return", "try", "while", "with", "yield", "self"};
{False, None, True, and, as, assert, async, await, break, class, continue, def,
del, elif, else, except, finally, for, from, global, if, import, in, is, lambda,
nonlocal, not, or, pass, raise, return, try, while, with, yield, self};
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"