Day-4 Python Foundations — Variables, Data Types, Operators & Input Handling
In Day-4 of my Python learning journey, I explored how Python manages memory, variables, data types, operators, and different ways of taking input.
Memory & Identity in Python
num = 5
print(id(num))
pythonwithsudha.hashnode.dev4 min read