C-15-Q098mediumsingle_mcq
Python is most commonly run via a/an:
Python is most commonly run via a/an:
- aCompiler that produces a single .exe before any line runs
- bInterpreter that processes statements line-by-line
- cAssembler
- dBrowser
ব্যাখ্যা
Python is an interpreted language, so it is normally run through an interpreter that reads and executes statements one line at a time. It does not require compiling the whole program into an executable beforehand.