摘要: arget=425 guess=0 num=0 while guess!=target: guess=int(input("Enter a number between 1 and 1000: ")) num+=1 if guess<target: print("猜小了!") elif guess> 阅读全文
posted @ 2025-04-06 19:45 he0608 阅读(48) 评论(0) 推荐(0)