+ 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.