Commit 955b0f10 by BellCodeEditor

auto save

parent 5f84b4d8
import pygame
from pygame import locals
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
screen=pygame.display.set_mode((660,480))
background=pygame.image.load('bg.png')
right=pygame.image.load('right.png')
body=pygame.image.load('body.png')
while True:
for event in pygame.event.get():
if event.type== locals.QUIT:
exit()
background=pygame.image.load('bg.png')
screen.blit(background,(0,0))
screen.blit(right,(240,120))
screen.blit(body,(210,120))
screen.blit(body,(180,120))
screen.blit(body,(180,90))
pygame.display.update()
s={"黄光裕":1,"从德国法国":2,"成都车油费":3,"问题无法的":4}
s["aaa"]=3
if "黄光裕" in s:
print(s)
\ No newline at end of file
name=input("名字:")
power=input("臂力值:")
list=["赵云",45,"丁奥",89,"王猛",95]
for i in range(len(list)):
if i%2==1 and list[i]>=int(power):
list.insert(i-1,name)
list.insert(i,power)
break
print(list[-1-5:])
print("以上人是臂力大王")
\ No newline at end of file
score={'':67,'':89,'':69,'':94,'':48}
k=input("")
s=input("")
if
\ No newline at end of file
hd={"铁稿":2,"铁斧":2,"附魔书":11,"附魔铁剑":9,"牛排":2,"末影珍珠":5}
q=input("你要买什么?:")
if q in hd:
print("你的"+q+"需要支付"+str(hd[q])+"个绿宝石")
else:
print("这个商品暂时缺货")
import random
www=input("请输入:")
key="问你呼气性管库员太过于一起发!研发科染发语法冲,压繁体把羊wdwx肉赤日炎炎燃油费要他YHY花岗岩他非要饭英语语法他大爷公园学府突然6研发突然6他研发投入也发现听他头发6"
key_message=""
zf="@#$%^&**&^%$#@@#$%"
for i in www:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_message=key_message+text
list_message=list(key_message)
index=random.randint(0,len(key_message))
list_message.insert(index,zf)
result_message="".join(list_message)
print("密语:"+result_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