Why is python weakly typed?



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

Post New Answer

More Python Interview Questions

What are classes in python?

1 Answers  


What is the purpose of a // operator?

1 Answers  


Is there polymorphism in python?

1 Answers  


What is a tuple in python?

1 Answers  


What is py4j?

1 Answers  


Finally, tell us about bitwise operators in python?

1 Answers  


Explain pickling and unpickling in python?

1 Answers  


What is the module and package in python?

1 Answers  


Can I learn python on my own?

1 Answers  


What does %s mean in python?

1 Answers  


How to exit python script in command prompt?

1 Answers  


What is set function in python?

1 Answers  


Categories