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

Python学习-12.Python的输入输出

时间:2014-09-27 17:50:00      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   使用   ar   sp   div   on   c   

在Python中,输出使用print函数,之前用过了。

输入的话,则使用input函数。

1 var = input()
2 print(you input is + var)

输入haha则将输出you input is haha。

可见input的作用与C#中的Console.ReadLine方法一样。

Python学习-12.Python的输入输出

标签:style   blog   color   使用   ar   sp   div   on   c   

原文地址:http://www.cnblogs.com/h82258652/p/3996582.html

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