Commit ed6d3442 by BellCodeEditor

auto save

parent 3515f1dd
Showing with 17 additions and 2 deletions
# 我们都爱夸夸夸 import random as r
\ No newline at end of file c = r.randint(1,10)
p = ""
while p!=c:
p=input("猜我")
p=int(p)
if p > c:
print("猜大了")
elif p < c:
print("猜小了")
else:
print("猜中了")
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