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

Method truncate_decimals_prettify

area_of_square_app.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 return f"The area of the square is {self.area}."
92
93 def truncate_decimals_prettify(self):
94 return f"The area of the square is {self.truncate_decimals()}."
95
96
97if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

truncate_decimalsMethod · 0.95

Tested by

no test coverage detected