Commit 362e945e by BellCodeEditor

auto save

parent fc45e4bc
Showing with 18 additions and 0 deletions
a=input("输入一个整数")
b=input("输入一个整数")
print(int(a)-int(b))
print(int(a)+int(b))
\ No newline at end of file
a=input("输入五个整数")
b=a.split(" ")
c=0
for i in b:
c+=int(i)
print(round(c/5))
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