Learning Python : Day 2
Python Variables
In Python, a variable is a name given to a value. Variables are used to store and manipulate data in a program. Python has several types of variables, including:
1. Integers (int)
Integers are whole numbers, either positive, negative...
yogesheon.hashnode.dev3 min read