(original) (raw)
while=123 #while should be treated as variable name while True: #this should be treated as a function print while #this should be as a variable name
while=123 #while should be treated as variable name while True: #this should be treated as a function print while #this should be as a variable name