当前位置:Gxlcms > Python > 开启Python取经之路-CLASS-6(Part1)

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

时间:2021-07-01 10:21:17 帮助过:50人阅读

第一个python程序

HELLO WORLD

 1 print("hello world") 

 

单行注释:#

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

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

 1 #! /usr/bin/env python 

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

人气教程排行