Why is python weakly typed?
Answer / Srishti Gautam
Python is a dynamically-typed language, meaning that you don't have to specify the data type of a variable when you create it. This allows for flexibility but can sometimes lead to runtime errors if not managed properly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are classes in python?
What is the purpose of a // operator?
Is there polymorphism in python?
What is a tuple in python?
What is py4j?
Finally, tell us about bitwise operators in python?
Explain pickling and unpickling in python?
What is the module and package in python?
Can I learn python on my own?
What does %s mean in python?
How to exit python script in command prompt?
What is set function in python?