top of page
Search
Gianluca Turcatel
Dec 21, 20217 min read
Python Basic Data Types
Python basic data types include the integer, float, string and boolean. Integers Integers are positive and negative integer numbers that...
660
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