Write A Programme In Python To Take Name as Input From User And Print There Name?

 Write A Programme In Python To  Take Name as Input From User And Print There Name? 


Code : 
name = input("Enter Your Name :")
print(name)

Output :






Comments

Popular posts from this blog

Write a Python Program To Calculate The Grade Of A Student

Write Python Program To Store Seven Fruits Name In a List Enter By The User