Operators
x = 1+1+1+10000000+1000000+1+1+1+1+1000000000+1000000+1000000+1000000000+100+100\
+10000 # comment
a=[1, # comment
2, # comment
3 # ]
]
a = ''' this is\
a long string'''
print(a)INFO
x = 1+1+1+10000000+1000000+1+1+1+1+1000000000+1000000+1000000+1000000000+100+100\
+10000 # comment
a=[1, # comment
2, # comment
3 # ]
]
a = ''' this is\
a long string'''
print(a)