j
k
j a
j l
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()
Attachments:
Back to the thread
Back to the list