"Variables ,Comments and I/O in Python🐍"
Variables: A variable is a reference or name that points to an object in memory. Variables themselves don’t hold the actual data but they point to objects that holds data. In Python, when you assign a variable, it just holds a reference to an object....
Oct 23, 20243 min read33
