0
Any number
User_input = str(input("Please enter your name:")) if User_input == "123": print("invalid username") #if the user input 123 then the output will be invalid username, but if the user input another number, the output will be please enter your name! what about the raise error?
4 odpowiedzi