3 Réponses
+ 2
yes and no :
- yes because every language share the same concepts (functions, loops, if/else...). furthermore python and C++ are both OOP, so they have many in common.
- no because python's syntax is very particular (no explicit end of block, using indentation as syntax...). Also C/C++ are compiled and python is interpreted...
+ 1
Try sending a function as an argument to another function in C++ and see how it goes.... The more you go deep into python, the more you start to see the differences.
0
thx!