I tried to run the following codes on Geany and it reported errors. The same codes worked fine on Google Colab. Can anyone help me here? Thanks.
import re
match=re.search(r'\d\s*\d\s*\d', 'xx1 2 3xx')
match.group()
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.