Cori

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Cori created a post, Invalid escape sequence
Why does my pycharm PEP 8: W605 gives this warning on a statement like this one below? coordlist = re.findall('\d{1,4}', bounds) Warning: Invalid escape sequence \d -
Cori created a post, How to print pycharm code while keeping the same exact colours?
I want to be able to print to paper the pycharm code but when I do that I get different coloring outputs. How can I keep them as they are? -