Question d’entretien chez Formlabs

What's the difference between C# and Python?

Réponse à la question d'entretien

Utilisateur anonyme

30 avr. 2018

Python is an interpreted language where instructions are executed directly, C# is a compiled language, where the code is compiled into byte-code before executing the instructions.

1