MCPcopy Create free account
hub / github.com/geekcomputers/Python / finalDetails

Method finalDetails

Laundary System/code.py:57–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 return a
56
57 def finalDetails(self):
58 self.customerDetails()
59 print("Final charge:", end="")
60 if self.calculateCharge() > 200:
61 print("to be return in 4 days")
62 else:
63 print("to be return in 7 days")
64
65
66while True:

Callers 1

code.pyFile · 0.80

Calls 2

customerDetailsMethod · 0.95
calculateChargeMethod · 0.95

Tested by

no test coverage detected