beautifulsoup_requests.py:
Web scraper for the BBC website using requests, MongoDB and Beautiful soup
This program creates a request based on the user's input for the BBC.
That info is grabbed from the website and the titles of the most recent
news articles is printed out and saved in a MongoDB database.
377.py
https://www.reddit.com/r/dailyprogrammer/comments/bazy5j/20190408_challenge_377_easy_axisaligned_crate/
This program does not use any libraries
Using the math library would probably make it more cleaner
Fit3 function would be way more cleaner