码迷,mamicode.com
首页 > 编程语言 > 详细

Python01:HelloWorld

时间:2018-03-17 21:42:44      阅读:309      评论:0      收藏:0      [点我收藏+]

标签:cli   order   hello   bin   cin   python程序   程序   AC   3.5   

第一个python程序:HelloWorld.py

运行环境:win10、python3.5.X

#!/usr/bin/env python

# -*- coding:utf-8 -*-
#Author:Mclind

print ("hello, world!")

 

输出:

hello, world!

程序入门经典,不作解释。

 

程序注释:

  单行注释:#

  多行注释:’’’ ‘’’/”””  “””(三个单引或者双引号成对出现)

Python01:HelloWorld

标签:cli   order   hello   bin   cin   python程序   程序   AC   3.5   

原文地址:https://www.cnblogs.com/mclind/p/8592464.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!