Elements of Programming Languages Lessonsummarised Vs
Elements of Programming Languages Lessonsummarised Vs
• def prime():
a=1
print(a)
prime()
Practice Questions
Write a program using functions and other program
constructs that allows a tollgate cashier to input the
customer vehicle number, vehicle type and amount.
The program should also be able to restrict valid data to
be captured and compute the following:
a) Total amount obtained each day.
b) Average amount obtained each hour.