We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd7edc commit 6818a1eCopy full SHA for 6818a1e
1.py
@@ -17,6 +17,4 @@ def maketrans(s):
17
return s2
18
19
print(maketrans(s1))
20
-print(maketrans(s2))
21
-
22
-s2.maketrans()
+print(maketrans(s2))
0 commit comments