**Theoretical Recap** In Python, every value has a type: int (integer), float (decimal number), str (string of characters), bool (True/False). In real-world security scripting, data rarely arrives in the format you need. A port number read from a fil...