输入banner图图片脚本导航/分类

开启Python取经之路-CLASS-6(Part1)

第一个python程序

HELLO WORLD

 1 print("hello world") 

 

单行注释:#

多行注释:'''....'''或者"""...."""

在linux编程中,要在程序中标注环境变量,,让程序识别python执行。

 1 #! /usr/bin/env python 

以上就是开启Python取经之路-CLASS-6(Part 1)的详细内容,更多请关注Gxl网其它相关文章!