Commit d2f0c80a by BellCodeEditor

save project

parent c694355a
Showing with 20 additions and 0 deletions
print("hello,world!")
import random
key_message=""
key="赤井xuyi有八块腹肌,比安室透还多2块!hahahahaha!不如弟弟作者啊啊"
message = "我们一起去看m26吧"
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
n=random.choice(key)
m=random.choice(key)
v=a+b+c+n+m
key_message=key_message+v
print(key_message)
\ No newline at end of file
import random
key="信息加密好酷啊!"
str=random.choice(key)
print(str)
\ 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