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