+ 2
why last one is not working
4 Answers
+ 5
Python
syntax:
re.findall(pattern, string)
re.findall takes only 2 or 3 arguments
+ 3
Okay, you wrote findall(... in para).
It must be findall(... , Para). "," not "in"
+ 1
Krishna vamsi As u said re.find all takes only 2 or 3 arguments so should I write re.searchđ
0
Kossel LEGUEZIM I tried but still not working