In this we will completely describe how to make quiz using python data structure with implementation. we have uses four builtin data structure of python
- list (it is mutable and contain data of same type)
- set (it is mutable and does not contain duplicate)
- dictionary (it contan key and value and it is also mutable) 4.duple (it is immutabal and contain various type of data)
we have implement all this and make a quiz. all things are defined in this video .click on link https://youtu.be/Ps_hRol26jg