Python is a Dynamically typed language. Justify.
Answers
Answered by
1
Answer:
Yes, it is. Python is a dynamically typed language. ... We don't have to declare the type of variable while assigning a value to a variable in Python. Other languages like C, C++, Java, etc.., there is a strict declaration of variables before assigning values to them.
Answered by
0
Answer:
Yes, it is. Python is a dynamically typed language. ... We don't have to declare the type of variable while assigning a value to a variable in Python. Other languages like C, C++, Java, etc.., there is a strict declaration of variables before assigning values to them
Similar questions