函數的一般形式與函數的參數

#!/usr/bin/python # -*- coding:utf-8 -*- # @Time   : 2017/11/2 0:04 # @Author : David # @File   : bb.py def sum (x,y):     print ('x={0}'.format(x))     print ('x={0}'.format(y))     return  x+y m=sum
相關文章
相關標籤/搜索