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

Can someone help me on this Geometry question please?? "Finding measures using rigid transformations".​
y=3xy-1, Solve for y
Please help me with this question. I’m stuck
Please help me with this question. This Venn diagram shows sports played by 10 students. Let event A = The student plays basketball. Let event B = The student p
Show that a minus b whole cube plus B minus C whole cube plus c minus a whole cube is equal to 3 (a minus b )(b minus C )(C minus A)​
Discuss the economic, political, and/or social differences between the North and the South that eventually led to the Civil War.
b. Six packages had weights of 2 lb, 5 lb, 7 lb, 5 lb, 9 lb, and 8 lb. What’s the average weight of the packages?
Which goals most closely associated with the Russian revolution of 1917
what is the slope of the line
SUPER EASY WILL GIVE BRAINLEIST IF DONE BY 5:30 PM. PLEASE ANSWER SERIOUSLY OR WILL REPORT USER. THANK YOU <3