Commit 342c1b23 by BellCodeEditor

save project

parent d1c99261
a=input("a:")
b=input("b:")
q=0
if a>b:
q=b
b=a
a=q
print(("*")*10)
else:
if a<b or a==b:
print(("*")*10)
print(a)
print(b)
\ No newline at end of file
...@@ -16,3 +16,4 @@ def new_input(): ...@@ -16,3 +16,4 @@ def new_input():
new_input() new_input()
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