0
How can i become more code friendly on Python
6 Réponses
0
Solve more competitive programming problems .....it will help you to solve problems easily ... .....
Thanks
+ 5
Ezigbo Right Chinaka Just do more practice
0
Add comments
Try to use pure functions. These are functions that dont interfere with the rest of the program like printing something or adding something to a list. They just take variables do something wtih them and return something.
Name your variables and functions to be easily recognizable
Also read other peoples codes and practice
0
Thanks sir
0
What do you mean by code friendly?
0
Practice ..practice..practice