Python print 语句打印报错
下列代码想将输入的字符串原样打印出来,但是系统总是报错(pathon2.7,输入字符串为dfas)s=input("pleaseinputastring:")print(...
下列代码想将输入的字符串原样打印出来,但是系统总是报错(pathon 2.7,输入字符串为dfas)
s=input("please input a string:")
print(s)
系统报错如下:
File "String",line 1,in (module)
NameError: name 'dfas' is not defined 展开
s=input("please input a string:")
print(s)
系统报错如下:
File "String",line 1,in (module)
NameError: name 'dfas' is not defined 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询