0 Star 0 Fork 5

caoyong_root / test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
num.py 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
奋斗吧少年 提交于 2017-08-03 08:28 . hu
#!/usr/bin/python
num = input("please input your num:")
if num.isdigit():
if (int(num) >= 100 or int(num) < 0):
print("不是0-100的数")
else:
print("you input num is %s"%int(num))
else:
print("请输入数字")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/caoyong_root/test.git
git@gitee.com:caoyong_root/test.git
caoyong_root
test
test
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891