Commit e05bc610 by BellCodeEditor

save project

parent 684be862
Showing with 10 additions and 7 deletions
import random import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
a=len(message) key="四大金刚国家二级ever个vu恩惠输入框的看了看的理解二十五v二傻温热解决午饭即可我看了开头和v看v"
b=0 a=""
while b<a: for i in message:
c=message[b] x=i
print(c) y=random.choice(key)
b=b+1 z=random.choice(key)
\ No newline at end of file b=x+y+z
a=a+b
print(a)
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