change the while like this:
while
while tf == True: print("hello") userr = str(input("Pls enter username")) if userr == user: tf = False
548k questions
547k answers
4 comments
86.3k users