Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

the following creates my_list as an empty list my_list = list() A. Write python code below (one or more lines) such that once the code,

the following creates my_list as an empty list

my_list = list()

A. Write python code below (one or more lines) such that once the code, executes my_list will have 12 items: first 7 letters which is chamber and next, the 5 digits (as integers).

B. Write python code below that creates the set, my_set, based on the, elements of my_list above. You may completely replace the next line that. creates an empty set

my_set = set()

please do not modify these last few lines. They will be used to evaluate your
# exam. If you have used any print statements in your own code, please comment
# them out.
print(f'Q1:my_list|{len(my_list)}|{my_list}')
print(f'Q1:my_set|{len(my_set)}|{my_set}')

print it and show

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Solaris 11.2 System Administration (oracle Press)

Authors: Harry Foxwell

1st Edition

007184421X, 9780071844215

Students also viewed these Databases questions