Commit a8b97a90 by BellCodeEditor

save project

parent ed6d3442
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ while p!=c: ...@@ -7,7 +7,7 @@ while p!=c:
p=int(p) p=int(p)
if p > c: if p > c:
print("猜大了") print("猜大了")
elif p < c: elif p < c:
print("猜小了") print("猜小了")
else: else:
print("猜中了") 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