TODO 1.1 and 1.2 1.1 Compile a list of all even numbers up to and including 100. Save the list in a variable named even list. Try using Python's range(), function (), and then casting it as a list using list () # TODO 5.1 even_list = print(f"even_list output: {even_list}") todo_check([ (even_list == [2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100], 'even_list does not match the desired output! Make sure you have even numbers from 2 to and including 100!') ])           1.2 Examine the length of the even_list. Put the result in the even_list_length variable.   # TODO 1.2 even_list_length = print(f"even_list_length output: {even_list_length}") todo_check([ (even_list_length == 50,'even_list_length should be 50') ])

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

TODO 1.1 and 1.2

1.1 Compile a list of all even numbers up to and including 100. Save the list in a variable named even list. Try using Python's range(), function (), and then casting it as a list using list ()

# TODO 5.1
even_list =
print(f"even_list output: {even_list}")

todo_check([
(even_list == [2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100],
'even_list does not match the desired output! Make sure you have even numbers from 2 to and including 100!')
])
 
 
 
 
 
1.2 Examine the length of the even_list. Put the result in the even_list_length variable.
 
# TODO 1.2
even_list_length =
print(f"even_list_length output: {even_list_length}")

todo_check([
(even_list_length == 50,'even_list_length should be 50')
])
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Linked List Representation
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY