0
  1. Python is an interpreted language, so it doesn’t need to be compiled before execution, unlike languages such as C.
  2. Python is dynamically typed, so there is no need to declare a variable with the data type. Python Interpreter will identify the data type on the basis of the value of the variable.
Shathana. S.R. Answered question July 7, 2023