摘要: import randoms=random.randint(1,100)g=0t=0while g!=s: t=t+1 g=input("请输入你猜的数") if eval(g)<s: print("数字有点小") elif eval(g)>s: print("数字有点大") else: print 阅读全文
posted @ 2017-04-01 10:48 孤城单影 阅读(99) 评论(0) 推荐(0)