Python I
Python I
• You take the risk of making a mistake each time you type the
magic number in the program’s code.
– For example, suppose you intend to type 0.069, but you accidentally
type .0069. This mistake will cause mathematical errors that can be
difficult to find.
INTEREST_RATE = 0.069