Commit cc95afa4 by BellCodeEditor

auto save

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