MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / multiply

Function multiply

0a_error_handling/python/nohandling.py:1–4  ·  view source on GitHub ↗
(first: str, second: str)

Source from the content-addressed store, hash-verified

1def multiply(first: str, second: str):
2 first = int(first)
3 second = int(second)
4 return first * second
5
6
7if __name__ == '__main__':

Callers 1

nohandling.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected