Python

学习 Python 与其他语言最大的区别就是,Python 的代码块不使用大括号 {} 来控制类,函数以及其他逻辑判断。python 最具特色的就是用缩进来写模块。(reference)

language reference: https://docs.python.org/3/reference/index.html

Last updated

Was this helpful?