# python-excel **Repository Path**: SunnyRuanNingNing/python ## Basic Information - **Project Name**: python-excel - **Description**: 使用python对excel进行操作 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-09-12 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python - print 函数:将数据输出 - input 函数:要接收输入的数据 - id 函数:识别对象在内存中的地址、 - type 函数:查看对象的类型 - int 函数:将数字转换为整数 - float 函数:将数字转换为浮点数(小数) - complex 函数:将数字转换为复数( 23 + 32j ) - str 函数:将其它类型转换为字符串类型