How is python different from c++
Answers
Answered by
6
C++ is a statically typed language, while Python is a dynamically typed language. Python is easier to use than C++. Python is run through an interpreter, whilst C++ is pre-compiled. Hence, C++ is faster than Python.
Answered by
1
hi mate,
According to news we know that comparing C++ vs. Python leads to one conclusion: Python is better for beginners in terms of its easy-to-read code and simple syntax. ... However, for more sophisticated game development, C++ is an unstoppable leader. Performance of C++ and Python also comes to an end with this conclusion: C++ is much faster than Python.
i hope it helps you.
Similar questions