0
print('cba'.maketrans('abc', '123'))
How it will run manullay???
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