+ 10
SoloLearners PRO: Does anyone know why expected 'c' is lowercaseāļøš¤
šTutorial: RegEx: Special Sequences: Practice what you've learned: Input: #Coding is... My output: #Coding ... Expected output: #coding ... My solution: re.findall(r'#\w+', text) can't pass Test#1āļøš¤ I've reported it to SoloLearn as a Bugā¼ļø
2 Answers
+ 5
CarrieForle The bug with lowercase "c" has now been resolved so I've found the solutionā¼ļøš
+ 1
That's true and my solution is to lower txt only if txt is "#Coding". I've also reported it.