Re: [Github-comments] [geany/geany] Codes worked on other terminals but not on Geany (#2749)

2021-02-10 Thread Colomban Wendling
Normally support questions should rather go to the [mailing list](https://www.geany.org/support/mailing-lists/#geany-users) (or [IRC](https://www.geany.org/support/irc/)). In any case, we'll need more information than "Geany reported errors". What is your OS, Geany version, etc? A wild

[Github-comments] [geany/geany] Codes worked on other terminals but not on Geany (#2749)

2021-02-10 Thread zoehdn
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