码迷,mamicode.com
首页 > 编程语言 > 详细

Python常用内置函数

时间:2019-01-28 19:14:02      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:ref   import   tar   最小   instance   port   str   min()   类型转换   

http://docs.python.org/3/library/functions.html#abs

# 求任意个参数最小值

min()

# 求任意个参数最大值

max()

# 将整数转换为十六进制

hex()

# 类型转换

int()

float()

bool()

str()

# 求绝对值

abs()

len()

type()

isinstance(a,type)

# 计算x的y次方

import math

math.pow(x,y)

# 开方

math.sqrt()

Python常用内置函数

标签:ref   import   tar   最小   instance   port   str   min()   类型转换   

原文地址:https://www.cnblogs.com/cucumbermongo/p/10331343.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!