Commit 29d4a3e4 by BellCodeEditor

save project

parent 672b6fd9
Showing with 4 additions and 3 deletions
...@@ -4,5 +4,6 @@ while True: ...@@ -4,5 +4,6 @@ while True:
if sb== 'q': if sb== 'q':
break break
else: else:
sbi.append(sb) sbi.append(int(sb))
print(sbi) c=sum(sbi)
\ No newline at end of file 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