Day 14 Task: Python Data Types and Data Structures for DevOps:
Data Types
Python is a dynamically-typed language, which means that you don't need to declare the data type of a variable explicitly. Python automatically detects the data type based on the value you assign to the variable. However, Python does h...
manishmasih.hashnode.dev3 min read