Commit 4a62aa0f by BellCodeEditor

auto save

parent cfc4f131
Showing with 16 additions and 20 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)
key = "57924uythrghghujridridriidrii"
massage = "陈宇恒是个好孩子"
a=""
for i in massage:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
a=a+text
print(a)
\ No newline at end of file
import random
message = "诺依,去杀人吃牢饭吧!"
for i in range(message):
print(i)
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ No newline at end of file
a=2
a=3
print(a)
\ 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