基础语法与组件

Python:

  • 缩进控制代码块
  • :代表代码块开始
  • 大小写敏感
  • # 单行注释
  • '''"""多行注释
  • 一般以.py作为结尾
#!/usr/bin/env python
# coding: utf-8

print('Hello World!)

results matching ""

    No results matching ""