This should be in Python
Statement :
A lot of people drink and drive. The legal blood alcohol levelis .08%. Blood alcohol level largely depends on an individual’s BMIand the percentage and amount of whatever it is they consumed. Thisprogram could potentially help users estimate how long to waitbefore driving, if they must drive.
Program Description
This program will:
Give the most recent statistics of drinking and driving inCalifornia. It will allow user to create an account. The programwill also save the users name, weight, age, and height. It willgive the user the option of adding an emergency contact. Programwill prompt user for what type of alcohol they are consuming aswell as the oz and percentage of alcohol in that drink. The programwill use that data to calculate how many drinks they can have tostay under the .08%. If the program estimates that they could beover the alcohol level, it will warn the user. The warning willinclude links to driving services such as Uber, Lyft, etc. And itwill give the user the option to generate a message to theiremergency contact.