magayuma278
magayuma278 magayuma278
  • 17-01-2022
  • Computers and Technology
contestada

Use a while loop to output the even number from 100 to 147? This is python

Respuesta :

TheOnlyLman3613
TheOnlyLman3613 TheOnlyLman3613
  • 17-01-2022

Answer:

def main():

 i = 100

 while(i < 148):

   print(i)

   i += 2

main()

Explanation:

Answer Link

Otras preguntas

You pay for three pies(cost 11 each)with a 50 Bill what is your change
is 3/47 rational number
I know what area means in math but does anyone know the right definition?
How to factor x-d+(x-d)^2
Alice,Bernice, and Cheryl shared some stamps in the ratio 8:9:18.Alice received 184 stamps. Find the number of stamps that Bernice and Cheryl each received
What is a hypotonic solution?
9/10+9/10 must be in a form of a reduced proper fraction or mixed number
What good and bad things did Charles 1st do
What is the greatest common factor for 18 & 130
If a certain ocean wave has a frequency of .09 hertz, and a wavelength of 10 meters, what is the speed?