/ Published in: Python
Expand |
Embed | Plain Text
x = raw_input("Enter name: ") print "Hey " + x raw_input("Press<enter>")
You need to login to post a comment.
x = raw_input("Enter name: ") print "Hey " + x raw_input("Press<enter>")
You need to login to post a comment.