top of page
Search
Gianluca Turcatel
Jan 9, 20223 min read
Python Conditionals
Conditionals, as the name suggests, allow the conditional execution of a statement or series of statements based on the values of a...
160
Gianluca Turcatel
Dec 11, 20213 min read
Python Sets
Sets are used to store multiple UNIQUE items in a single variable. Sets are unordered data structure. Initializing sets Place items...
100
bottom of page