第一个python程序:HelloWorld.py
运行环境:win10、python3.5.X
#!/usr/bin/env python # -*- coding:utf-8 -*-
|
输出:
hello, world! |
程序入门经典,不作解释。
程序注释:
单行注释:#
多行注释:’’’ ‘’’/””” “””(三个单引或者双引号成对出现)
标签:cli order hello bin cin python程序 程序 AC 3.5
第一个python程序:HelloWorld.py
运行环境:win10、python3.5.X
#!/usr/bin/env python # -*- coding:utf-8 -*-
|
输出:
hello, world! |
程序入门经典,不作解释。
程序注释:
单行注释:#
多行注释:’’’ ‘’’/””” “””(三个单引或者双引号成对出现)
标签:cli order hello bin cin python程序 程序 AC 3.5
原文地址:https://www.cnblogs.com/mclind/p/8592464.html