06joekru51263 06joekru51263
  • 26-02-2021
  • Computers and Technology
contestada

8.2 Code Practice Edhesive

Respuesta :

24shilka 24shilka
  • 01-03-2021

Answer:

temperatures = []

i = 0

while i < 5:

   try:

       t = int(input('Enter a temperature: '))

       temperatures.append(t)

       i += 1

   except ValueError:

       print('Enter a number')

print(temperatures)

Explanation:

Hope this helps!

Answer Link

Otras preguntas

3/4 + 1/8= with simplest form.
What equals to 31 using multiplication?
3/4 + 1/8= with simplest form.
depict an angle 7pi over 4 in standard position
Explain why summer in the Northern Hemisphere is cooler than summer in the Southern Hemisphere.
3/4 + 1/8= with simplest form.
What were the origins of Islam and what are its main beliefs ..
What were the origins of Islam and what are its main beliefs ..
What equals to 31 using multiplication?
3/4 + 1/8= with simplest form.