Computer Science, asked by ak762295, 3 months ago

Does the programmer have to declare a variable in Python before using it?​

Answers

Answered by shuklaatharva72
1

Answer:

Python is not “statically typed”. We do not need to declare variables before using them or declare their type.

Explanation:

Python is not “statically typed”. We do not need to declare variables before using them or declare their type.

Similar questions