Computer Science, asked by parth25155, 2 months ago

It is compulsory to declare a variable in Python, before using it.
true or fales

Answers

Answered by Anonymous
2

Answer:

Python is completely object oriented, and not "statically typed". You do not need to declare variables before using them, or declare their type. Every variable in Python is an object.

⤵️Follow Me..

Answered by rajbirrajbirkaur249
1

Answer:

FALSE BECAUSE PYTHON has no command for declareing a variable

Similar questions