Commit a0cf73e3 by BellCodeEditor

auto save

parent 7dd0158c
Showing with 9 additions and 0 deletions
def cs():
c=input("请输入数字用逗号隔开")
list1=c.split(",")
sun=0
for i in list1:
sun=sun+int(i)
return sun
b=cs()
print(b)
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