由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 问一个python的小问题
相关主题
Special Issue on Computational Methods and Clinical Applications for Spine Imaging新手请教如何抓blog data的问题
大概多大规模的数据处理有必要用到hadoop?Python也支持functional programming
如何处理这样的精度?紧急求助:怎么批处理修改几百个文件的文件名?
想学下cloud,有什么比较好的书推荐吗? (转载)python编程问题
A manifest of an Indian Software Engineer各位大哥知道Dos下怎么截图么
python or perl?python的general问题
[合集] 现在学啥scripting language比较好?Python script 用来抓MITBBS一个版
perl和python到底哪个好?关于脚本语言中的一个术语
相关话题的讨论汇总
话题: console话题: print话题: python话题: function话题: tolerance
进入CS版参与讨论
1 (共1页)
y********9
发帖数: 130
1
def function():
print "I often wonder which is mine"
return "Tolerance"
print "Or a rubber spine"
what appears in the console if we then run the following code from the
console?
myVar=function()
我基础差,请大家帮帮我解答,谢了
r*******n
发帖数: 3020
2

~~~~~~~~~~~~~~~~~~This will show on your screen
BTW: why not run them? it's easer than to post them here.


【在 y********9 的大作中提到】
: def function():
: print "I often wonder which is mine"
: return "Tolerance"
: print "Or a rubber spine"
: what appears in the console if we then run the following code from the
: console?
: myVar=function()
: 我基础差,请大家帮帮我解答,谢了

e*n
发帖数: 1511
3
有发帖这个的时间,在Python里面都test出来了。

【在 r*******n 的大作中提到】
:
: ~~~~~~~~~~~~~~~~~~This will show on your screen
: BTW: why not run them? it's easer than to post them here.
:

y********9
发帖数: 130
4
我试过了,只是想知道为什么
1 (共1页)
进入CS版参与讨论
相关主题
关于脚本语言中的一个术语A manifest of an Indian Software Engineer
Perl 和 python 哪个更值得学阿?python or perl?
Python 很牛逼了么?[合集] 现在学啥scripting language比较好?
Builtin function in Pythonperl和python到底哪个好?
Special Issue on Computational Methods and Clinical Applications for Spine Imaging新手请教如何抓blog data的问题
大概多大规模的数据处理有必要用到hadoop?Python也支持functional programming
如何处理这样的精度?紧急求助:怎么批处理修改几百个文件的文件名?
想学下cloud,有什么比较好的书推荐吗? (转载)python编程问题
相关话题的讨论汇总
话题: console话题: print话题: python话题: function话题: tolerance