Tip Calculator

Making Tip Calculator using python is very easy and time consuming. Before making the calculator I was taught, how to assign value to a variable. I was also taught about floating numbers, which has been used to make the calculator calculate exact value without getting any error; since integer and floating numbers are different but can be used by converting one to another. By completing this task taught me how to solve mathematical problems using python programming language.