MCPcopy
hub / github.com/qiwsir/StarterLearningPython / add

Function add

newcodes/answers/q22.py:4–5  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

2# coding=utf-8
3
4def add(x, y):
5 return x + y
6
7if __name__ == "__main__":
8 while True:

Callers 1

q22.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected