Commit 6cf0b48b by BellCodeEditor

save project

parent c674799a
Showing with 7 additions and 0 deletions
a=input("数学成绩")
b=input("语文成绩")
c=input("英语成绩")
s=int(a)+float(b)+int(c)
t=s/3
print(s)
print(t)
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