我想在python中使用while循環做倒計數函數。基本上我希望它重新倒數,但我遇到了存儲初始值的問題。如何在python中存儲變量?
def function(n):
n = stored
while stored < 0:
print stored,
function(stored-1)
while stored > 0 & < function:
print stored
function(stored+1)
我錯過了什麼?
我想你想要做的是在第一次循環開始之前'stored = n',對吧? – maccinza
您是否打算以遞歸方式進行此操作? – Seth
'while stored> 0&