Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ revStr
Function
revStr
python/Chapter 1/Question1_2/revstr.py:1–2 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1
def
revStr(s):
2
return
s[::-1]
3
4
if
__name__ ==
'__main__'
:
5
words = (
'mary'
,
'anna'
,
'peter'
)
Callers
7
testEmpty
Method · 0.85
testSingle
Method · 0.85
testDoubleEq
Method · 0.85
testDoubleDiff
Method · 0.85
testValid
Method · 0.85
testInvalid
Method · 0.85
revstr.py
File · 0.85
Calls
no outgoing calls
Tested by
6
testEmpty
Method · 0.68
testSingle
Method · 0.68
testDoubleEq
Method · 0.68
testDoubleDiff
Method · 0.68
testValid
Method · 0.68
testInvalid
Method · 0.68