Question: How can Python be an interpreted language?Answer:As in Python the code which we write is not machine-level code before runtime so, this is the reason why Python is called an interpreted language. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What is Python?
- How do I share global variables across modules?
- How do you set a global variable in a function in Python?
- What type of language is Python? Programming or Scripting?
- Why can\'t I use an assignment in an expression?