rusher-md / learning-python

0 stars 0 forks source link

Perform operations on the below nested list #8

Closed Adnan0o7 closed 11 months ago

Adnan0o7 commented 11 months ago

Us the below nested list for this question

nested_list = [{1:'2', 2:'3' }, [1,24], [12,3,4], 'adnan']

Adnan0o7 commented 11 months ago
Adnan0o7 commented 11 months ago

@rusher-md Print all elements of the last added nested list is missing from the answer

rusher-md commented 11 months ago

updated