+ 1
[solved]What's wrong with this findall()
There's something Wrong. Give solution it you can! https://code.sololearn.com/cRyMQeyUfw7a/?ref=app
4 ответов
+ 3
You are searching in a list ,convert it to string
scan = re.search(patt," ".join(raw))
0
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 see now!
further it doesn't need any input/output to see the error in that!
0
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 okay ...