Commit eb114490 by BellCodeEditor

auto save

parent ec3f4034
Showing with 100 additions and 5 deletions
import pygame
pygame.init()
a=pygame.display.set_mode((600,480))
i==pygame.image.load(r'D:\Python\studypython\trs\bg.png')
while True:
for i in pygame.event.get():
if i.type==pygame.QUIT:
exit()
a.blit(i,(0,0))
pygame.display.update()
\ No newline at end of file
......@@ -10,7 +10,91 @@ for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
j=j+str1+str2+str3+"(请不要盗却此密文!)"
list(j)
j.insert(@#$%^&%$#@@#$%^&&)
print(j)
\ No newline at end of file
j=j+str1+str2+str3
j=j+"(请不要盗却此密文!)"
a=list(j)
a.insert(13,"??????????????????????????(请自己填写)")
d="".join(a)
print(d)
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