2020/6/24

数据类型

int(number 数字)

str

print("hello,world!","dasw",sep"")

# 输出

define(定义)

# shell(命令行)

# arguments (参数)

 

数据

list(列表)

tuple(元组)

dict(字典)

set(集合)

函数

并发编程

网络编程

原文地址:https://www.cnblogs.com/Masu/p/13188739.html