3
Is there any way to delete characters at the end of a string in python? For example: a = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" B = "ABCDEFGH"
I need string "a" to be the same size as "b," so that’s possible?
I need them of the same size to make an encryption process, one would be the key and the other the plaintext
It worked perfect! Thank you very much!!!
– Matheus Marmo
That’s good, man. If this solved the problem, consider marking the question as you accept or vote positively :p
– Wallace Maxters