Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
/ StringtoInteger.py
File
StringtoInteger.py
Leetcode/Python/StringtoInteger.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
myAtoi(string):
2
result = 0
3
sign = 1
4
i = 0
Callers
nothing calls this directly
Calls
2
myAtoi
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected