MCPcopy 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

1def myAtoi(string):
2 result = 0
3 sign = 1
4 i = 0

Callers

nothing calls this directly

Calls 2

myAtoiFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected