Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. play with list and set L1=[2, 3, 4,10] L2=[5,3,4,9,10,15] Print out the numbers that exist in both variables L1 and L2 using set operations

1. play with list and set

L1=[2, 3, 4,10] L2=[5,3,4,9,10,15]

Print out the numbers that exist in both variables L1 and L2 using set operations

Print out numbers that exists in either L1 or L2, but not both using set operation

Print out numbers that exist in L1 but not in L2.

merge L1 and L2 and save it into variable L3

Add the following numbers to L2, 103, 20, 34 using append() function of list.

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

The Power Of Numbers In Health Care A Students Journey In Data Analysis

Authors: Kaiden

1st Edition

8119747887, 978-8119747887

More Books

Students also viewed these Databases questions