Day 14 : Python Data Types and Data Structures for DevOps
We will learn data types and data structures in Python on day 14. Let's start.
Python has four numeric data types: int, float, complex, and bool.
int: Represents integers (whole numbers) such as 1, 2, 3, etc.
float: Represents decimal numbers such ...
ajayblog.com2 min read