This content originally appeared on DEV Community and was authored by Avinash Mathi
user_name= input(“Enter the user name:”)
print(user_name)
o/p
Enter the user name:Avinash
Avinash
This content originally appeared on DEV Community and was authored by Avinash Mathi