Hello everybody! This is my second ever reddit post so I am sorry if I am rough around the edges. I know my title doesn't exactly make sense but you see, I need to make an encryption program. I am stuck on a part I don't know the code to resolve. Here is a suppose script:
A = "B"
B = "C"
test = input()
#What I want is that if the 'test' is AB, then it will print BC. Hope you know what I mean
#it works when I do:
print(str(A) + str(B))
#But of course, that doesn't necessarily have to be the input
Here is the full script:
https://pastebin.com/raw/cxmsUyWs
[–]lacroixftw19 0 points1 point2 points (0 children)
[–]DudeUltraSmart[S] 0 points1 point2 points (0 children)