Commit 61331771 by BellCodeEditor

save project

parent 9630c3d4
Showing with 22 additions and 0 deletions
/give @s command_block 64 #一组命令方块
/give @s barrier 64 #一组屏障
/give @s structure_block 64 #一组结构方块
/give @s deny 64 #一组拒绝方块
/give @s allow 64 #一组允许方块
\ No newline at end of file
stu1 = {'语文':999999999,'数学':999999999,'英语':999999999}
stu1 = {'语文':999999999,'数学':999999999,'英语':999999999}
stu2 = {'语文':0,'数学':0,'英语':0}
stu3 = {'语文':0,'数学':0,'英语':0}
sc = {'窝室嫩叠':stu1,'傻逼':stu2,'脑残':stu3}
n = input("名字:")
print("-" * 20)
if n in sc:
sc = sc[n]
for k,v in sc.items():
print(k,v)
else:
print("查询错误,你的记忆力比智障都差")
print("-" * 20)
\ 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