Computer Science, asked by manjeshsinghcpr2003, 1 day ago

we cannot use any variable without declaration in Python (true or false)​

Answers

Answered by XxDangerousQueenIIxX
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