Commit 246a9cde by BellCodeEditor

save project

parent 0de1f606
Pipeline #55 failed in 0 seconds
Showing with 6 additions and 2 deletions
import random
message=input("Please enter the word you want to encrypt.")
key="JR,昆仑山的1、2、3haofeng好玩的很,什么时候和我一起去辣个地方呀?????"
for i in message:
print(message)
\ No newline at end of file
a=random.choice(key)
b=random.choice(key)
print(i+a+b,end="")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment