Commit 4a62aa0f by BellCodeEditor

auto save

parent cfc4f131
Showing with 15 additions and 19 deletions
import random import random
s="gyygogyo" key = "57924uythrghghujridridriidrii"
b="诺依,去杀人吃牢饭吧!" massage = "陈宇恒是个好孩子"
u="" a=""
for i in b: for i in massage:
p=i str1 = i
d=random.choice(s) str2 = random.choice(key)
o=random.choice(s) str3 = random.choice(key)
t=p+d+o text = str1+str2+str3
u=u+f a=a+text
n=list(u) print(a)
n.insert(1,"看")
j="/".join(n)
print(j)
\ No newline at end of file
import random a=2
message = "诺依,去杀人吃牢饭吧!" a=3
for i in range(message): print(a)
print(i) \ No newline at end of file
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ 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