Commit debeb48c by BellCodeEditor

save project

parent 3926fef6
Showing with 12 additions and 0 deletions
import random
bb=random.randint(0,50)
while True:
jj=int(input("请输入您想要的数字"))
if bb>jj:
print("猜小了")
elif bb<jj:
print("猜大了")
else:
print("猜对了!")
break
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment