zoukankan
html css js c++ java
python 内置函数
Python 内置函数
内置函数
abs()
divmod()
input()
open()
staticmethod()
all()
enumerate()
int()
ord()
str()
any()
eval()
isinstance()
pow()
sum()
basestring()
execfile()
issubclass()
print()
super()
bin()
file()
iter()
property()
tuple()
bool()
filter()
len()
range()
type()
bytearray()
float()
list()
raw_input()
unichr()
callable()
format()
locals()
reduce()
unicode()
chr()
frozenset()
long()
reload()
vars()
classmethod()
getattr()
map()
repr()
xrange()
cmp()
globals()
max()
reversed()
zip()
compile()
hasattr()
memoryview()
round()
__import__()
complex()
hash()
min()
set()
delattr()
help()
next()
setattr()
dict()
hex()
object()
slice()
dir()
id()
oct()
sorted()
exec 内置表达式
查看全文
相关阅读:
Windows下 flex + bison 小例子
MongoDB 启动基于角色的登录认证功能
多线程中数的原子性加减
pymongo.errors.OperationFailure: Authentication failed.
Windows 中 . 和 .. 的区别
CString常用函数
string常用函数
回调函数 小例子
VS2008兼容安装
测试代码的执行时间魔法方法%time和%timeit
原文地址:https://www.cnblogs.com/fengshuihuan/p/7053009.html
最新文章
Mac下Python与Kafka的配合使用
Suricata开源IDS安装与配置
内网安全运营的逻辑体系架构
Atlassian Confluence任意文件读取漏洞
SNMP信息泄露漏洞
Python 导入与注册
Resin任意文件读取漏洞
弱口令汇总
SPF难以解决邮件伪造的现状以及方案
iOS UI进阶-5.0 蓝牙/加速计/传感器
热门文章
iOS UI进阶-4.0 地图与定位
iOS 第三方框架-SDWebImage
iOS UI进阶-3.0 核心动画
iOS UI进阶-2.0 CALayer
iOS UI进阶-1.1 Quartz2D 图片水印/裁剪/截图
iOS UI进阶-1.0 Quartz2D
iOS Xcode 用 GitHub 托管项目
iOS 开发笔记-控制器翻页
iOS CocoaPods安装和使用图解
远程桌面能连接到服务器,但PING不通
Copyright © 2011-2022 走看看