Which of the following is NOT a feature of Python?

  • Dynamic Typing
  • Easy-to-Read Syntax
  • Interpreted Language
  • Static Typing
Python is known for its dynamic typing, meaning you don't have to declare variable types. Static typing, on the other hand, requires explicit type declarations. Python's other features include easy-to-read syntax and being an interpreted language, making it different from statically typed languages.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *