print
,
raw_input()
name = raw_input('please enter your name: ') print 'hello,', name
注意:raw_input()读取的内容永远以字符串的形式返回