Commit ecf91531 by BellCodeEditor

save project

parent 3837df92
Showing with 18 additions and 0 deletions
import random
key = "ahgehgeuruhgrieghsrgtbrhgtiue"
m = "你 是 一 个 宇 宙 无 敌 超 级 大 傻 逼 ! ! !"
key2 = " "
n = "ywugdg#Nuclear2一gurgvueguh"
for i in m:
s1 = i
s2 = random.choice(key)
s3 = random.choice(key)
t = s1+s2+s3
key2 = key2 + t
list_m = list(key+m+key)
list_m.insert(5,n)
r_m = " ".join(list_m)
print(r_m)
\ 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