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

What is the meaning of the idom back to square one? A. when you lose electrical power B. using a computer to do homework C. having to start all over again D
What is ricin? What harm can it cause the human body?
What was the name of the ship charles darwin sailed on.
Can you please help me do this?
Plot vector R 50m at an angle of 28 degrees wrtto the positive x axis. Find the x and y components of the vector and write it in vector form. What kind of vecto
plss help quick!!! Which component of the galaxy is the arrow pointing to? 1 Dust 2 Gravity 3Moons 4 Sun
Aschema may be the reason that one doesn't remember items that are out of place. Please select the best answer from the choices provided OT OF
I............. all this of my free will(do)​
Mr Bryce planted a garden in his backyard the length and width of the garden are shown below. what is the area, in square meters, of Mr. Bryce's garden. (Not su
help me pls I don't get what to do