Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ nohandling.py
File
nohandling.py
0a_error_handling/python/nohandling.py:None–None ·
view source on GitHub ↗
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
Callers
nothing calls this directly
Calls
2
multiply
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected