摘要:
import random import time starttime=time.time() n=1 print(' ') a=random.randint(1,10) guess=int(input('猜一下我在想的数字:')) while guess!=a: if guess<a: print 阅读全文
posted @ 2020-03-17 21:02
萧飒
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号