0

Why do I don't get output when I execute the following code

import numpy import matplotlib.pyplot as plt x = numpy.random.uniform(0.0, 5.0, 250) plt.hist(x, 5) plt.show()

24th Aug 2020, 7:51 AM
The . DOT
The . DOT - avatar
2 Answers
+ 2
Sololearn doesn't supports gui except on web
24th Aug 2020, 7:57 AM
Abhay
Abhay - avatar