Skip to main content

Python Tip Calculator



I was reviewing some fundamental tutorials covering Python programming and used this code below to create a simple Tip Calculator.  (https://www.codecademy.com/learn)

Nothing Fancy!! This was just for learning, but was kind of fun.  You can easily elaborate on what is provided by adding some additional conditionals with elif and/or else.

**Code provided below for easy copy/paste.










########################################################
import sys
import datetime

meal = float(input('Please Enter the Meal Cost:  '))
tax = float(input('Please Enter the Tax %:  '))
tip = float(input('Please Enter the Tip Percentage %:  '))

date = datetime.datetime.now()

if tax >= 0:
    tax = tax * .01
if tip >= 0:
    tip = tip * .01

meal = meal + meal * tax
total = meal + meal * tip

output = round(total,2)
print("\nTOTAL\n")
print(date.strftime("%I:%M:%S %m/%d/%Y"),'\n$',output,'\n')



Comments

Popular posts from this blog

USB Flash Drive Security Reminder:

USB Flash Drives have more than One Use Do not trust unknown or free USB devices. It is recommended to look at purchasing more expensive USB sticks that have signed firmware. People have been using USB devices to deploy malware through Trojan techniques. Either malware is copied to the device with the hope of people plugging the device in and clicking on the file or it automatically executes on insertion. BADUSB has also now afforded the opportunity to include payloads into modified USB firmware that execute on driver installation of the device. The malware payload cannot be scanned by traditional detection methods since it resides in firmware. Other techniques, also utilizing the failure to check for signed firmware, are to implement cross platform scripting to execute keyboard based commands on insertion. There are also USB devices being sold that are designed to destroy the device it is connected to. This is not an exhaustive listing and you should not live in FUD abou
Update 8/18/2022: Revisiting this thread is an opportunity to update what I have been using.  Since Microsoft left the media center sphere, I was on a search for something to fill the void.  Several iterations of looking at the early android google TV and Nvidia setups left me still searching.  With Chromecast and updated variants of google TV working great with cloud services and casting, I still needed my local DVR options and playing media library.   WELL, my answer is probably no surprise to many.  PLEX.  I have used plex for probably 4 years and bought the Lifetime Plex pass.   PROBLEM SOLVED!! >>>>>>>>>>>>>>>>>>. With Windows Media Center taking the last death blow from Microsoft, the Roku 4 might make switching less painless.   Roku 4 pre-order.  Expected Ship Date 10/21/2015. https://www.roku.com/products/roku-4