Commit 5958090a by BellCodeEditor

auto save

parent 5127594b
Showing with 15 additions and 0 deletions
......@@ -24,4 +24,19 @@
#print(score['悟空美术'])
#print('悟空的英语成绩是'+str(score['悟空英语'])+'分')
#a=6 全局变量
#def fun1(): 全局变量函数
# a=3
# print(a)
#def fun2():
# b=4+a
# print(b)
#fun1()
#fun2()
list=['盘丝洞','白骨洞','大雁塔']
monster={'盘丝洞':'蜘蛛精','白骨洞':'白骨精','大雁塔':'花妖'}
print(list[2])
list['地府']='僵尸'
print(monster)
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