Commit cfc4f131 by BellCodeEditor

save project

parent 68e60f69
Showing with 16 additions and 0 deletions
import random
s="gyygogyo"
b="诺依,去杀人吃牢饭吧!"
u=""
for i in b:
p=i
d=random.choice(s)
o=random.choice(s)
t=p+d+o
u=u+f
n=list(u)
n.insert(1,"看")
j="/".join(n)
print(j)
import random
message = "诺依,去杀人吃牢饭吧!"
for i in range(message):
print(i)
......
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