C-15-Q132mediumsingle_mcq
Python is referred to as which type of translator for typical use?
Python is referred to as which type of translator for typical use?
- aCompiler
- bInterpreter
- cAssembler
- dLinker
ব্যাখ্যা
Python normally runs code through an interpreter, which translates and executes the program line by line rather than converting it all to machine code beforehand like a compiler.