Computer Science, asked by shanawajansari9112, 11 months ago

Explain how Python is interpreted.

Answers

Answered by surbhichaudhary7
1
hey mate here yur answer

python is an interpreted language, not a compiled language. This means that the python installation interprets and executes the code line by line at a time. It makes python an easy to debug language.
Similar questions