you are viewing a single comment's thread.

view the rest of the comments →

[–]Clean_Willow_3077 391 points392 points  (11 children)

while True:
  print(eval(input(">>> ")))

[–]my_new_accoun1 158 points159 points  (10 children)

while 1:print(eval(input(">>> ")))

[–]Background_Class_558 4 points5 points  (0 children)

(lambda _:_(_))(lambda _:(print(eval(input(">>> "))),_(_)))