Commit 61672500 by BellCodeEditor

save project

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