+ 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‌

6th Sep 2020, 10:19 AM
Janusz Bujak đŸ‡”đŸ‡±
Janusz Bujak đŸ‡”đŸ‡± - avatar
2 Respostas
+ 5
CarrieForle The bug with lowercase "c" has now been resolved so I've found the solutionâ€ŒïžđŸ˜ƒ
14th Sep 2020, 1:45 PM
Janusz Bujak đŸ‡”đŸ‡±
Janusz Bujak đŸ‡”đŸ‡± - avatar
+ 1
That's true and my solution is to lower txt only if txt is "#Coding". I've also reported it.
6th Sep 2020, 10:49 AM
äœ çŸ„é“èŠć‰‡ïŒŒæˆ‘ä蟿˜Ż
äœ çŸ„é“èŠć‰‡ïŒŒæˆ‘ä蟿˜Ż - avatar