Commit 01ecd2d1 by BellCodeEditor

auto save

parent dc70412a
Showing with 16 additions and 0 deletions
a=int(input('请输入:'))
b=int(input('请输入:'))
c=int(input('请输入:'))
if a>b:
if a>c:
print(a)
else:
print(c)
else:
if b>c:
print(b)
else:
print(c)
\ 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