Light Mode
Dark Mode
Why this piece of code is not working there for me

Why this piece of code is not working there for me ?

https://py.checkio.org/mission/first-word/solve/

import re

orig_func(str): ..... m = re.findall('[a-zA-Z]+', str) return m[0]

Created: Jan. 1, 2019, 9:11 p.m.
Updated: Jan. 2, 2019, 9 a.m.
0
6
User avatar
saur2729