Welcome, guest | Sign In | My Account | Store | Cart

just a warm welcome.

Python, 6 lines
1
2
3
4
5
6
print "hello"

Name = raw_input("what's your name?")

Print "hello",Name
Print "I missed you."

1 comment

Ray (author) 11 years, 1 month ago  # | flag

Im not sure if it works well, you can change it how ever you like.

Created by Ray on Sun, 3 Feb 2013 (MIT)
Python recipes (4591)
Ray's recipes (1)

Required Modules

  • (none specified)

Other Information and Tasks