0
why this code is not working?
7 Respuestas
0
Mr. 12
Use this instead.
regex = 'w{3}\.\w+\.[a-z]{2,3}'
find = re.findall(regex, x)
print(find)
0
Tomiwa Joseph bro, My Code is working just by replacing findall with search. why?
0
yes, Tomiwa Joseph but your pattern is extracting .comcom also
0
bro Tomiwa Joseph it is showing error after adding y.group()
0
Tomiwa Joseph where?
0
Mr. 12
My first answer ☝️☝️
0
Tomiwa Joseph
can u please explain me that