what is the difference between python and C++?????
Answers
Answered by
1
Explanation:
C++ is a general-purpose programming language with its roots in the C language. Even though Python is also a general-purpose, it is a high-level language, meaning that Python code is easy-to-read and understand. ... Python is much more beginner-friendly, while C++ is a more complicated, low-level language. (in my opinion) beginners.
Answered by
1
Answer:
python is slower, on other hand c++ is faster than python .
python is cross compatible whereas c++ is compatible with c
Similar questions