Commit cc95afa4 by BellCodeEditor

auto save

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