Commit cf0700c2 by BellCodeEditor

save project

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