Roadblock in SoloLearn challenges | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

14th Feb 2020, 12:25 AM
Jason Chadwick
Jason Chadwick - avatar
2 Answers
+ 1
Regular Expression is used in some medium level codes
14th Feb 2020, 3:54 AM
HNNX 🐿
HNNX 🐿 - avatar
+ 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.
16th Feb 2020, 6:45 AM
Salman Nazeer
Salman Nazeer - avatar