155k views
0 votes
Who's tha best language for coding c++ or python?​

1 Answer

5 votes

Answer: 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.

Step-by-step explanation:

User Karthik AMR
by
7.9k points