学习笔记(4):零基础掌握 Python 入门到实战-一个圆点的何去何从(二)

it2023-10-05  74

立即学习:https://edu.csdn.net/course/play/26676/338772?utm_source=blogtoedu

type() 函数 :用于检查数据类型

int()强行转换数据为整数

id()可以查询数据内存地址

str()

divmod(5,2) 返回(2,1)(商,余数)

5//2=2

round(数,位数)

round(1.2345,2)=1.23

相关资源:微信小程序源码-合集6.rar
最新回复(0)