0 Comments
total = 0
for x in range(10):
temp = float(input("Enter Temperature: "))
total += temp
print("Sum = {}".format(total))
I hope this helps!
9.4m questions
12.2m answers