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

Method display_values

swap.py:36–37  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

34 self.y = y
35
36 def display_values(self, message):
37 print(f"{message} x: {self.x}, y: {self.y}")
38
39 def swap_tuple_unpacking(self):
40 """

Callers 3

swap_tuple_unpackingMethod · 0.95
swap_temp_variableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected