+ 1
What should I do after completing all the modules to make my skills stronger?
5 Answers
+ 3
practice?
+ 3
You can either practice by writing the first algorithm that comes to your mind or learn another programming language
+ 2
play challange and write code!!!
0
How?
0
You could answer others questions or look up Python problems like:
convert binary to string
return wether or not a string contains a substring without using find(), etc
Then you could try to build a program that solves those tasks in the code playground. I'm not sure what else you could do.