Commit cc95afa4 by BellCodeEditor

auto save

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