安装库 pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple

数组 中括号:list 小括号:tuple print(list(range(100))) print([i for i in range(100)])

def b(x):return x * 2

c=lambda x:x*2

Python 不能像C一样指定类型

位置参数,键值参数

results matching ""

    No results matching ""