Python No.17_字符嵌套

# !/usr/bin/env python# -*- coding:utf-8 -*-# Author:Hugolinhjav_catalog = {    'oumei':{        'www.youpron.com':['不少免費的','質量通常'],        'www.pornhub.com':['不少免費,也大','質量比yourporn高'],        'letmedothistoyou.com':['多自拍,高質量圖片多','資源很少,更新慢'],        'x-art.com':['質量很高','全收費!']    },    'rihan':{        'tokoy-hot':['質量通常','據說收費']    },    'dalu':{        '1024':['全免費','服務器在國外']    },}av_catalog['dalu']['1024'][1]='能夠在國內作鏡像'print(av_catalog['dalu']['1024'][1])av_catalog.setdefault('dalu',{'www.baidu.com':[1,2]})print(av_catalog)
相關文章
相關標籤/搜索