python调用函数返回值
deftest()print("helloworld")count=0returncountdemo=test()我怎么能让demo直接调用test中的count?我只是...
def test()
print("hello world")
count=0
return count
demo=test()
我怎么能让demo直接调用test中的count?
我只是把很多步骤简化了,就用print代表中间有很多操作,也有打印的操作,count是在中间操作得到的值,我再其它函数如何调用count这个值? 展开
print("hello world")
count=0
return count
demo=test()
我怎么能让demo直接调用test中的count?
我只是把很多步骤简化了,就用print代表中间有很多操作,也有打印的操作,count是在中间操作得到的值,我再其它函数如何调用count这个值? 展开
2017-07-02
展开全部
python. 如果只是研究算法,集合(set)是可以变的,它是一个无序不重复元素集 元组(touple)才是不可变的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询