SEA (Singapore) interview question

Why is Python slower than Java or C#?

Interview Answer

Anonymous

7 Apr 2021

Python is an interpreted language, whereas Java and C# are both compiled languages.