we cannot use any variable without declaration in Python (true or false)
Answers
Answered by
2
Answer:
Python is dynamic, so one does not require to declare variables, and they exist automatically in the first scope where they are assigned.
Explanation:
It's true
Similar questions