0
Roadblock in SoloLearn challenges
I can get through the easy challenges fairly easy now using if else statements, but I barely have an idea of what to do for the medium challenges. What would you guys recommend for digging into a bit more. I’ve gone through the Python course but what other modules, or actions on Python should I look a bit more into?
2 ответов
+ 1
Regular Expression is used in some medium level codes
+ 1
Learn to use lists, dictionaries. Also learn the split(), replace(), join() methods. These are very useful in string handling. Also learn the string indexing tricks like the one in this code:
https://code.sololearn.com/c25OF5bZ5hrh/?ref=app
https://code.sololearn.com/cXIuUZEKGZT1/?ref=app
https://code.sololearn.com/cYGt3Aqm8PHV/?ref=app
P.S: I don't know regular expressions yet but I have completed all the free code coach challenges in python.