Commit 29d4a3e4 by BellCodeEditor

save project

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