Posts by user6855041 • 51 points
2 posts
-
0
votes0
answers28
viewsQ: python3.9 + matplotlib Does not call import in . py
So ... python version 3.9.1 did a Pip install matplotlib and ran smoothly, despite questions with previous installation errors. It turns out that : import numpy as np import math import matplotlib…
-
4
votes1
answer104
viewsQ: Problems with PHP regular expressions?
I’m getting a file .txt and excluding the letters and lines in white. It is giving problem with the special character \t or \s he doesn’t recognize. The code below: <?php function pass1() {…