早教吧 育儿知识 作业答案 考试题库 百科 知识分享

'python'新手,求检查,为什么是错误的,真的拜托了.print'Welcome!'name=rawinput('Yournameplease:')print'Hallo,',nameprint'Now,letusgototheworldofthemath'a=rawinput('getyournumber')ifa

题目详情
'python'新手,求检查,为什么是错误的,真的拜托了.
print 'Welcome!'
name=raw_input('Your name please:')
print'Hallo,',name
print'Now,let us go to the world of the math'
a=raw_input('get your number')
if a
▼优质解答
答案和解析
给你改了一下代码print 'Welcome!'name=raw_input('Your name please:')print'Hallo,',nameprint'Now,let us go to the world of t...