Python - Question - CIA III
Python - Question - CIA III
iv) A method called print_check that writes to a file called billl###.txt, where
### is the bill number and writes information about the bill to that file,
formatted like below:
Bill Number: 47
Subtotal: Rs.865
Total: Rs.1020.7
Table Number: 16
Server: Mahesh
Create a RestaurantBill object and use the print_check( ) method to test the
class.