Question: Fill in the bracket [ ] for the code given below to get expected output L1={Resedential, Educational, Institutional, Assembly, Business, Mercantile} L1[ ](Storage) Print (L1)
Fill in the bracket [ ] for the code given below to get expected output L1={"Resedential", "Educational", "Institutional", "Assembly", "Business", "Mercantile"} L1[ ]("Storage") Print (L1) Expected output is: {'Business', 'Assembly', 'Mercantile', 'Educational', 'Institutional', 'Storage', 'Resedential', 'Industrial'}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
