+ 1

Why can't solo learn output my code?

import matplotlib.pyplot as plt import numpy as np x = np.array(["A","B","C","D"]) y = np.array([3,8,1,10]) plt.bar(x,y) plt.show()

8th Dec 2020, 10:06 PM
Web Sad
Web Sad - avatar
2 Answers
+ 2
This is the way sololearn is designed, so you need to think outside of the box to get it to work here. There are a few options such as use another website like kaggle.com or use Brython to render the plot of a web document https://www.kaggle.com/n3v375/test-area?scriptVersionId=48856761
8th Dec 2020, 10:46 PM
Steven M
Steven M - avatar
+ 1
please wat can I do
8th Dec 2020, 10:06 PM
Web Sad
Web Sad - avatar