Answer must be submitted in a python file (.py at the end of the file) or as python code snippet
Pretend you need to added 10% taxes to your total from a purchase
Write a program that answers this questions (What is your total?) using the input function
Take the value entered and add 10% to the total
Display the total