DEV Community

Avinash Mathi
Avinash Mathi

Posted on

End Game: Congratulate the user and display the number of attempts taken.

user_name= input("Enter the user name:")
print(user_name)
o/p
Enter the user name:Avinash
Avinash

Top comments (0)