函数的定义:语法:def xxx():return空函数:def nop():pass数据类型检查函数:isinstance(参数,(参数类型) ):return可以返回多个值, 常用在二维坐标模型或其他地方