+ 1
[CHALLENGE] Can a python program referencing all python chapters of SoloLearn be made?
To all Pythoners! Please make a python program which contains all the python commands and syntax taught in SoloLearn, in one program. So that newbies don't miss out on the older concepts while moving to new chapters. Not exactly a challenge, but more of a help!
2 Answers
+ 9
I mean, if I rewrote the entire python language in python I bet I could cover everything...
+ 3
Just like this program
https://code.sololearn.com/cmpJsjYjgVLQ/?ref=app
I tried covering one chapter of Regular expressions in one program.
I want to have a similar program which will help me revise all the chapters in one go.