注释、分号和换行

单行注释

  • # 单行注释
  • """多行注释"""
  • python默认以换行行为为语句结束
  • ;用于同一行语句分割(尽量不用)
  • \反斜杠拼接多行语句
    # 一行内写多条语句
    print("test");print(test)
    
© liangqi all right reserved,powered by Gitbook文件修订时间: 2019-05-20

results matching ""

    No results matching ""