Commit d098b41e by BellCodeEditor

auto save

parent f19096ae
Showing with 24 additions and 0 deletions
import random
kk=""
key = "浮现出v家具看到v就是v吃烧烤参加"
message = "高远卓是一个************"
message1=input()
for i in message:
a1=i
a2=random.choice(key)
a3=random.choice(key)
a=a1+a2+a3
kk=kk+a
tt=list(kk)
tt.insert(random.randint(0,len(tt)-1),message1)
pp="".join(tt)
print(pp)
\ No newline at end of file
import pygame
pygame.init()
scr=pygame.displayset_mode(800,600)
while True:
for a in pygame.event.get():
if a.type==pygame.QUIT:
exit()
\ 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