12 2020 档案
摘要:#dict #一、结构: info = { "key":"value", "key":"value" } print(info) print(" end ") 字典的value可以是任何值 列表和字典不可以作为字典的key值 字典是没有顺序的 li = (1,2,3,4,5) info ={ "ke
阅读全文
摘要:from turtle import * import turtle colormode(255) #设置turtle颜色模式 speed(0) #速度 setup(800,800,720,0) #画布大小 ##############--背景--###################### pen
阅读全文

浙公网安备 33010602011771号