Topic 2: three data types — Dictionary, Numeric and Boolean Learning through topic 1, we know how to use Python as a calculator and to assign variables. Now let’s dig into built-in data types in Python! In topic 2, we introduce three data types: Dictionary, Numeric and Boolean Following are the built-in data types in Python: Numeric data type: 1. Integer…