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

python1(hello world)

时间:2017-05-24 21:05:28      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:utf-8   nbsp   world   bsp   脚本   python3   print   python   python2.7   

执行脚本:

h.py——》print("hello world")

python  E:\aaa\h.py

 

python2.7 :  

# -*- coding: UTF-8 -*-

print("你好,世界")

python3.6 :   

# -*- coding: GBK -*-
print("你好,世界")

python1(hello world)

标签:utf-8   nbsp   world   bsp   脚本   python3   print   python   python2.7   

原文地址:http://www.cnblogs.com/linuxws/p/6900836.html

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