Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

6) What is the data type of {3, 7, 'one', 'two}, a) dictionary b) set c) list d) tuple Answer: 7) (4 points) set() create

image text in transcribed
6) What is the data type of {3, 7, 'one', 'two"}, a) dictionary b) set c) list d) tuple Answer: 7) (4 points) set() create an empty() create an empty a) set b) tuple c) list d) dict Answer: 8) (4 points) What're the results for these operations: a. {10, 20, 30} - {5, 10, 15, 20) b. {10,20,30}^{5, 10, 15, 20} c. {10, 20, 30) {5, 10, 15, 20) d. {10, 20, 30} & {5, 10, 15, 20) Answer: 9) (4 points) What are the print results: roman numerals - {"T: 1, "II: 2, TIT: 3, "V":5} a. print (roman numerals) b.print(list(roman numerals.keys)) c.print(list(coman numerals.values()) d. print(list(roman numerals. items))

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

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions