change the while like this:
while
while tf == True: print("hello") userr = str(input("Pls enter username")) if userr == user: tf = False
2.1m questions
2.1m answers
60 comments
57.0k users