1. Lists, comprehensions, loops and slicing. Save it as threeLists.py. a) Create a list comprehension of multiples of 4 from 0 to 10 inclusive. b) Print this list as displayed in the output example. c) Create a second empty list. d) Use a loop to insert all elements from the first list to the second list. Before storing into the new list, divide each copied element by 2. This results in a new list of all multiples of 2 from 0 to 10 inclusive. e) Print the second list as displayed in the output example. f) Use slicing to copy the second list to a new third list. g) Use a loop to divide and store each element of the third list by 2. This will result in a list of the numbers 0 to 10 inclusive. h) Print the third list as displayed in the output example.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 18SA
icon
Related questions
Question

1. Lists, comprehensions, loops and slicing. Save it as threeLists.py.

a) Create a list comprehension of multiples of 4 from 0 to 10 inclusive.

b) Print this list as displayed in the output example.
c) Create a second empty list.
d) Use a loop to insert all elements from the first list to the second list. Before storing into the new list, divide each copied element by 2.

This results in a new list of all multiples of 2 from 0 to 10 inclusive. e) Print the second list as displayed in the output example.
f) Use slicing to copy the second list to a new third list.
g) Use a loop to divide and store each element of the third list by 2. This will result in a list of the numbers 0 to 10 inclusive.

h) Print the third list as displayed in the output example.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Operations of Linked List
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning