0
How could I improve my progamming skills and syntax?
Any advice is good, I just want to be a better programmer
4 Antworten
+ 2
Just plan out what you want to program on paper, in the form of a flowchart, or just write down the steps. For syntax, look into which language requires what. C++ is the most strict when it comes to syntax and python is the least strict.
+ 1
Practice
+ 1
Practice and finding errors
0
Well, thanks to both of you