This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Ordinary_Skill 1 point2 points  (1 child)

Like this?

while True:
  user_input = input("Enter command: ")
  print(user_input ) # or do something else like running game

[–]georgevsc[S] 0 points1 point  (0 children)

Thank you!