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

Which precedent for wartime governing did the Roman republic pass on to later civilizations
The main city of new netherlands was new orleans. true or false
Mae Ling earns a weekly salary of $325 plus a 6.5% commission on sales at a gift shop. how much would she make in a work week if she sold $4,800 worth of mercha
* Consider this three-digit sequence: 943. Is the first digit the largest or the second digit the smallest, AND, is the third digit even or the first digit odd?
How did the Carnegies purchase of Allegheny Steel contribute to the formation of his monopoly
Which value is the solution for the equation cotx/2=-1? A. 3pi/2 B. 3pi/4 C. 5pi/4 D. 7pi/4
SELECT ALL THAT APPLY!! Which are accurate statements about how Eleanor Roosevelt changed the traditional role of First Lady? A. She held press conferences. B.
Chance can wash the car in 2 hours, while Sandy can wash the same car in 4 hours. How many hours would it take for them to wash the car together? four thirds
Which of the following is an element of fiction? a. exaggerated facts b. specific examples and details c. inform through an objective point of view d. reali
Athens and Sparta were both A. countries B. city-states C. monarchies D. empires