jacquelinenaulaarmas jacquelinenaulaarmas
  • 15-06-2021
  • Computers and Technology
contestada

Create a two "lists": one with a range of 100. The other with a range of 200. Print both lists. Save you file as "may26list.py" in IDLE or VSC. Run the code. Make sure it works. Then, retype the code in the space provided below. *

Respuesta :

marblesan
marblesan marblesan
  • 15-06-2021

lst1 = []

for num in range(100):

   lst1.append(num)

lst2 = []

for num in range(200):

   lst2.append(num)

   

print(lst1)

print(lst2)

Answer Link

Otras preguntas

solve sin4xcos2x-cos4xsin2x=square root of 2 sinx over the interval [0,2pi)
What kind of ritual scene would most likely be depicted in a stone mural of the classic maya period?
who would use weed killer and how?
which of the following could cause a physical change in a solid piece of sodium metal?
Source-control programs are aimed at limiting the cultivation and production of illicit drugs. a. True b. False
Given h(x)=312x-144 if h(x)=13
Why should you not erase construction lines?
Five times the sum of some mumber plus 3 is equal to 8 times the number minus 9a.) -8b.) 8c.) -24d.) 24
Kelp ________. select one: a. is eaten by sea otters b. is an invasive exotic species c. suffers intense herbivory from zebra mussels d. suffers intense herbivo
If you had made a wet mount of the scrapings from your teeth would you have seen the same organisms as you did with the simple stain?