Which one of these is NOT a compiled language?

(1 point)
Responses

Java

Java

Python

Python

COBOL

COBOL

Fortran

1 answer

Python is NOT a compiled language; it is primarily an interpreted language. While it can be compiled using tools like PyInstaller or cx_Freeze, its standard execution method is through an interpreter. The other languages listed (Java, COBOL, Fortran) are typically compiled.