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