Open codingducks opened 7 years ago
can you get rid of whitespace next time you update this?
example
while True if xyz == True abc elif zyx == True cba
edit maybe curly braces?
while True { if xyz == True { abc} elif zyx == True{ cba} }
can you get rid of whitespace next time you update this?
example
while True if xyz == True abc elif zyx == True cba
edit maybe curly braces?
while True { if xyz == True { abc} elif zyx == True{ cba} }