top of page
Search


Python Conditionals
Conditionals, as the name suggests, allow the conditional execution of a statement or series of statements based on the values of a...

Gianluca Turcatel
Jan 9, 20223 min read
16
0


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
10
0
bottom of page