【发布时间】:2015-09-22 21:26:59
【问题描述】:
对于每笔筹集的资金,是否有存储用户输入的总和?
b=int(input("Please enter how many people have collected money: "))
for i in range(b):
a=int(input("Please enter the amount raised: "))
total =
【问题讨论】:
-
PROTIP:用您正在使用的语言标记问题。