top of page
Search


Python Sets
Sets are used to store multiple UNIQUE items in a single variable. Sets are unordered data structure. Initializing sets Place items...

Gianluca Turcatel
Dec 11, 20213 min read
Â
Â
Â


Python Lists
Lists are probably the most widely used data structure in Python. Lists store multiple items in a single variable. Moreover, lists are...

Gianluca Turcatel
Dec 9, 20215 min read
Â
Â
Â
bottom of page