Reworked on Session 3 day 1 slides.
Changed problem statement. Solved the problem. Included pie charts.
# round using intn = 17.3 # any floatint (n + .5)# round it off to first decimal placeround(amount * 10) / 10.0# round it off to nearest 5 paiseround(amount * 20) / 20.0# exchange two variablesa, b = b, a