0

Please help me check my code

Check my code below https://code.sololearn.com/cTf531jSqlny/?ref=app

20th Oct 2020, 7:39 AM
victor bamidele
victor bamidele - avatar
4 odpowiedzi
+ 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
20th Oct 2020, 7:58 AM
ChaoticDawg
ChaoticDawg - avatar
+ 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
20th Oct 2020, 7:42 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 1
victor bamidele , because you are not printing anything . try print(good) in arrry() function.
20th Oct 2020, 7:52 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
0
Check it again nothing display only pip
20th Oct 2020, 7:50 AM
victor bamidele
victor bamidele - avatar