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