0
Please help me check my code
Check my code below https://code.sololearn.com/cTf531jSqlny/?ref=app
4 Réponses
+ 3
FYI, the numpy package is already installed in the SL playground, as is pandas and matplotlib. If you're aware and installing for some other reason, then just ignore this post. Lol
+ 1
Your install() function installs numpy but after that you also need to import it.
import numpy
or for shorter name:
import numpy as np
+ 1
victor bamidele , because you are not printing anything .
try print(good) in arrry() function.
0
Check it again nothing display only pip