[FA2] - joseph,daniel - Introduction to Python Programming
[FA2] - joseph,daniel - Introduction to Python Programming
MODULE 2
EXERCISE
2
INTRODUCTION TO PYTHON PROGRAMMING
STUDENT NUMBER:202210991
DATE: 14/09/2024
SIGNATURE:
I. OBJECTIVES
print(var3) Apple
a = b = c = “Apple” Apple
print(a) Apple
print(b)
print(c)
Salary_rate=800/day
Salary = Salary_rate * 15 (days)
Taxable_amount = 30% of salary
Net_pay=Salary – Taxable_amount
Required Output: