Commit 61672500 by BellCodeEditor

save project

parent 8b5af751
Showing with 7 additions and 6 deletions
while True:
a=input("输入")
a=int(a)
if a==10:
print("等于")
elif a < 10:
a=input("输入")
a=int(a)
if a==10:
print("等于")
elif:
if a < 10:
print("小于")
else:
print("大于")
\ 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