Commit cf0700c2 by BellCodeEditor

save project

parent 97024aa9
Showing with 14 additions and 6 deletions
a=0
price=[15,18,14,25]
for i in range:
a=i+a
print(a)
\ No newline at end of file
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