which is better python or c ?

SatoshiHikayesi

New member
Acemi
28 Ağu 2023
4,620
0
0
Which is better, Python or C++?
C++ is faster than Python because it is statically typed, which leads to a faster compilation of code. Python is slower than C++, it supports dynamic typing, and it also uses the interpreter, which makes the process of compilation slower.Feb 21, 2023