I understand that in Python you don't need to "declare" variables because it is dynamic. However I was wondering what was the correct way of saying it:
- "Assign a variable"
- "Define a variable"
This is just out of curiosity, but it also would be nice to understand it for documentation purposes.
Are they the same? If they are interchangeable, What is the preferred way?