阅读下面代码,想要使total输出结果为6,total的初始值应该是 _。
total =? for i in range(4): total += print("The sum is:",total)