2.7版本
[code]str1=input('请输入你的数字:')
get=int(str1)
if str1<=100 and str1>=0:
print 'OK'
else :
print 'error'
[/code]是OK的.但是3.3中不行,当然 我这样写也是不对滴、、、、
[python] print测试
转载请附本站链接,未经允许不得转载,,谢谢:微慑信息网-VulSee.com » [python] print测试
2.7版本
[code]str1=input('请输入你的数字:')
get=int(str1)
if str1<=100 and str1>=0:
print 'OK'
else :
print 'error'
[/code]是OK的.但是3.3中不行,当然 我这样写也是不对滴、、、、