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

python 输入输出,注释的使用

时间:2015-04-26 01:20:27      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

用EidtPlus新建一个py文件.代码如下(不能用notepad)
#-*- coding:cp936 -*-
print 'hello, python'
print 'first 1', 'second 2'
print '100 + 200 =', 100+200
#用户输入
"""
用户输入
"""
name = raw_input()
print '输入的数据:', name
name = raw_input('please enter your name:')
print 'hello', name
技术分享

python 输入输出,注释的使用

标签:

原文地址:http://blog.csdn.net/xingkongyingke/article/details/45279347

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