Skip to content

Commit 6818a1e

Browse files
1
1 parent 2bd7edc commit 6818a1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: 1.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ def maketrans(s):
1717
return s2
1818

1919
print(maketrans(s1))
20-
print(maketrans(s2))
21-
22-
s2.maketrans()
20+
print(maketrans(s2))

0 commit comments

Comments
 (0)