i = 0
total = 0
while i < 10:
temp = float(input("Enter Temperature: "))
total += temp
i += 1
print("Sum: {}".format(total))
I wrote my code in python 3.8. I hope this helps!
Explanation:
the output of your code is 30
Answer:
last one check it and the second one
Explanation:
Answer: False
Explanation:
Web designers are not using programming languages to write websites.