8
def parrot(voltage, state='a stiff', action='voom', type='Norwegian Blue'):
print "-- This parrot wouldn’t", action
print "if you put", voltage, "volts through it."
print "-- Lovely plumage, the", type
print "-- It’s", state, "!"
我開始學習蟒蛇。我可以調用使用鸚鵡(電壓= 5)此函數(5,「死」)和。但爲什麼我不能用鸚鵡(電壓= 5,'死')具有相同的功能?功能參數 - Python的
鸚鵡(5,狀態=「死」)也將是有效 – 2011-12-27 07:14:41
@NathanW是啊,還說我的示例代碼現在。 – poplitea 2011-12-27 07:31:58