Computer Science, asked by nithinkonjerla, 5 days ago

Python is a Dynamically typed language. Justify.​

Answers

Answered by tinkik35
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 shalineea2000
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