Python basics to advance
- 
python → opens the Python interpreter (>>>) 
- 
python filename.py → runs a Python script 
- 
We do not use parentheses() to access attributes (variables). 
- 
We use parentheses() to call methods in Python. 
- 
A method is like a function attached to an object. 
- 
When we use parentheses, we're telling Python: “Run this method now.