热门

最新

红包

立Flag

投票

同城

我的

发布
m0_58440296
m0_58440296
4 年前
truem0_58440296

唉import random
serect=random. randint(1,10)
continue=5
while continue > 0
continue=continue-1
temp=input("猜一猜数值")
guess=int(temp)
if guess == serect:
print(""congrats you")
else:
if guess >serect:
print("too,large")
else:
print("too,little")
print("over games")
import random
serect=random. randint(1,10)
a = 5
while a > 0:
a=a-1
temp=input("猜一猜数值")
guess=int(temp)
if guess == serect:
print("congrats you")
else:
if guess >serect:
print("too,large")
else:
print("too,little")

print("over games")

import random
serect=random. randint(1,10)
a = 5
while a > 0:
a=a-1
temp=input("猜一猜数值")
guess=int(temp)
if guess == serect:
print("congrats you")
else:
if guess >serect:
print("too,large")
else:
print("too,little")

print("over games")

码住夏天
CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
难
立即登录