- 博客(1)
- 收藏
- 关注
原创 Python猜数字大小游戏bug
Python猜数字大小游戏bug代码问题描述 代码 用Python 3.7 写了这样一个猜数字大小的游戏,代码如下: import random m = random.randint(1, 100) total = 5 # 猜数字次数。 while total > 0: n = int(input('请猜一个1到100的整数:')) if n > m: print('猜大了。') total -= 1 if total == 0:
2020-06-28 11:48:13 707
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人