Tip Calculator

Today, we are learning the fundamental basics of Python by starting off with the Tip Calculator. In this lesson, we assess each problem by using our basic knowledge of values, operations, commands, and statements. The experience I gained from this has shown me the necessary precautions you have to take when submitting a command and even understanding when or when not to use a certain character in the statements you may create.

Here are the variables I assigned in the problems:

The Meal:

Meal1

Meal1A

The Tax:

Tax2

Tax2A

The Tip:

Tip3

Tip3A

Reassign in a Single Line:

Line4

Line4A

The Total:

Total5

Total5A