0

print('cba'.maketrans('abc', '123'))

How it will run manullay???

24th Aug 2020, 1:51 AM
Gaurav Kumar
Gaurav Kumar - avatar
1 Answer
+ 1
Can you explain some more? What are you trying to do? How are you trying to use it? Below is an example I wrote using "maketrans" for a Caesar Cipher https://code.sololearn.com/cDb4mtScBY7m/?ref=app
24th Aug 2020, 2:25 AM
Steven M
Steven M - avatar