I'm here again.I'm newbie and I have some questions.
I have a code like that,
enter = input("Please type something: ")
if enter == "1":
print("Hello")
else:
print("Error")
How I keep run the program after else. So How I do when I type something other than 1, it does say Error and again say Please type something. How how how :=)
I know my English is bad and I ask a lot of questions :(