Is Python a compiled language or an interpreted language?
Answer Posted / glibwaresoftsolutions
Python is an interpreted language, which means the Python code is executed line-by-line by the Python interpreter at runtime, rather than being compiled into machine code beforehand.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is python in simple words?
Which of the following statements create a dictionary? (Multiple correct answers possible)
What is a tuple in python?
Where do we use python scripting?
Why is lambda used in python?
Mention the concept used in python for memory managing
What is flask used for in python?
Why does comparing strings in python using either β==β or βisβ sometimes produce a different result?
What are the differences between del keyword and clear() function?
Explain the uses of the modules sqlite3, ctypes, pickle, traceback, and itertools.
What is the difference between range() and xrange() functions in python?
What is loop in python?
What is after quad?
How are arguments passed - by reference or by value?
What is the purpose of _init_() function in python?