For daily problem in life and in Computer Science Engineering
Thursday, 19 June 2014
Python Program to print your Name
x = input ("enter name : ")
print("hey " + x)
input (" ")
input ("press<enter>")
Save this program with any file name and with .py extension
Newer Post
Older Post
Home