Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
multiply(first: str, second: str):
2
first = int(first)
3
second = int(second)
4
return
first * second
5
6
7
if
__name__ ==
'__main__'
:
Callers
1
nohandling.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected