SEA (Singapore) Interview Question

Why is Python slower than Java or C#?

Interview Answer

Anonymous

Apr 7, 2021

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