Blog | CKJ
About
hello, world
Apr 28, 2016
def
hello
(
name
):
print
'hello,'
,
name
hello
(
raw_input
(
'name: '
))