+ 4
I'm creating an encryption program based on translations anyone got any tips on apending user input to a list?
encryption
14 Antworten
+ 1
thats just the same thing with alot more typing.
0
what language
0
user=input ()
list=()
list.append(user)
Im almost positive that will work for u
0
But how do I transfer that into Ciphertext
0
Well easy is ceaser cypher which you can run if statements and like if key = c then "a"="c" and make something like that. Or even make another list of the alphabet and the have the key set to 0 and just like list2[1] set a to b like that
0
what if I want to use translations like a = nxi3odk3xeet8ienene8e3n.
so when the user types a it replaces what they type with the translation?
0
because I have been trying to develop that on stack overflow for a month now and it still prints the user input.
0
I'm fine with that
0
Lol then that should work. i have a feeling you can figure out most of it but if u nedd anything you can post in here and ill do my best to help
0
well If you have Twitter I would like to make things private texted for more in depth meaning of what I'm saying and my problem. if you could help me that would be great.
0
my twitter is the same as my name on here
0
srry its NullNVoid
0
here's a very simple program I've made:
>>https://code.sololearn.com/cGYCD5u06lwB/?ref=app
>>https://code.sololearn.com/c35YB8jPl23H/?ref=app