In this video, I will show you how to create a simple histogram or bar graph using your console. I will use dictionaries, functions, the for-loop and string interpolation. Here are some more video's on those subjects if you're not familiar:
Want cool coding merchandise?
https://www.salteekiller.store
My Portfolio Website: https://kst-bottega-react-portfolio.h...
Check out more of my tutorials:
Python 2021: How to Create a Countdown Timer:
• How to code a Timer in Python
Python 2021: How to translate into Morse Code Tutorial:
https://www.youtube.com/watch?v=ecxAQ
Python 2021: Simple Calculator in 4 lines of code:
• How to code a Calculator in Python
Python 2021: How to create a Histogram or Bar Graph:
• How to code Graphs in Python
Python 2021: How to use for-loop's:
• How to code for loops in Python Tutorial
Python 2021: How to do the FizzBuzz challenge:
• How to code FizzBuzz in Python
Python 2021: Using the Random Library:
• How to code the Random Library in Python
#histogram
#bargraph
#graph
#python