无情康乃馨

文章
3
资源
0
加入时间
2年10月17天

python 函数与字典

python 函数与字典# -*- coding: utf-8 -*-"""目标:函数实参与任意数量自定义的字典Created on Sat Nov 16 22:40:42 2019@author: huzhenxing"""def car_profile(brands, car_type, **car_info): ''' 创建一个汽车简介的字典 可以添加自定义字典'''...