trencsok / PY4E--Ch.11-Regular-Expressions

Chapter 11: Regular Expressions exercise in Python for Everybody.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PY4E--Ch.11-Regular-Expressions

Chapter 11: Regular Expressions exercise in Python for Everybody.
Source: https://www.py4e.com/html3/11-regex
The basic outline of this problem is to read the file, look for integers using the re.findall(), looking for a regular expression of '[0-9]+' and then converting the extracted strings to integers and summing up the integers.

About

Chapter 11: Regular Expressions exercise in Python for Everybody.


Languages

Language:Python 100.0%