Hello everyone,
I am trying to make a histogram for a project in my class and I really need some help. Here is the question that my instructor provided:
Create 1000 Random numbers between 0-100. Create a histogram of the values as a list. Make the bin range 10. Your book goes through a more complicated, but similar exercises.
Here is the code that I have so far:
import random
list...