Create a list that contains at least one string, one integer and one float.
For example:
[1, 'two', 3.14159]
Note that the order and number of items doesn't matter.
The answer should just be one list on a single line. Don't assign a variable name to the list.
FAQ
1. How do I index a nested list? For example if I want to grab 2 from [1,1,[1,2]]?
You would just add another set of brackets for indexing the nested list, for example: my_list[2][1] . We'll discover later on more nested objects and you will be quizzed on them later!
For quiz:-
https://beaconiteedupk-my.sharepoint.com/:...
Lots of thanks
Plz like, share & subscribe.