Write A Programme In Python To Take Name as Input From User And Say Hello To him?

 Write A Programme In Python To Take Name as Input From User And Say Hello To him?







Code :

name = input("Enter Your Name :")
print("Hello",name)

Output :









Download Source Code



Comments

Popular posts from this blog

Write A Python Program To Check student is Pass or Fail In Exam

Building a Face Recognition Attendance System with Python