zoukankan
html css js c++ java
Python 内置函数
https://www.runoob.com/python/python-built-in-functions.html
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()
reverse()
zip()
compile()
hasattr()
memoryview()
round()
__import__()
complex()
hash()
min()
set()
delattr()
help()
next()
setattr()
dict()
hex()
object()
slice()
dir()
id()
oct()
sorted()
exec 内置表达式
查看全文
相关阅读:
Linux下文件的基本操作
conpot_usage简要说明
const声明常量以及特点
let变量声明以及声明特性
盒子模型
文本样式
行间距
字体的其他样式
字体分类
字体样式
原文地址:https://www.cnblogs.com/xuwinwin/p/10990982.html
最新文章
【iOS解决思路】得到某个view所在的ViewController
【iOS问题记录】关于UITableViewCell的高度、填充
数据库阿里连接池 druid配置详解
spring_quartz的实现
02_Java基本语法_2
02_Java基本语法_1
JAVAC 命令详解
Eclipse快捷键大全
01_Java概述
Android Studio 生成 Xutils3 注入的插件
热门文章
00_预备知识
python概述
从URL重写中学习正则表达式
谷歌浏览器缓存问题
进程
多任务原理
进程和线程的区别
Python中ThreadLocal的理解与使用
python爬虫需要掌握哪些知识点
#!/usr/bin/python
Copyright © 2011-2022 走看看