- 博客(1)
- 收藏
- 关注
原创 Hello World
这是一个猜三位数字的小游戏 a=input(‘输入一个三位数’) while True: b=input(‘你猜测的三位数’) x=’ ‘.join(a) x=x.split(’ ‘) y=’ ‘.join(b) y=y.split(’ ') s=range(0,3) end=0#数字正确的结果 end2=0 end1=0#位置正确的结果 if a==b: print(‘恭喜你回答正确’) bre...
2020-03-07 23:27:36
193
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅