SORU
13 AĞUSTOS 2010, Cuma


Python listesi paketten?

'Paketten' yanlış kelime bu olduğundan emin olduğum için özür olabilir yinelenen bir soru. bence

Benim sorum çok basit: öğeleri listesi beklediği bir işlevi, nasıl bir hata almadan Python liste öğesi geçebilir miyim?

my_list = ['red', 'blue', 'orange']
function_that_needs_strings('red', 'blue', 'orange') # works!
function_that_needs_strings(my_list) # breaks!

Elbette listeyi genişletin ve işlevi pass bulunacak 'red','blue','orange' için bir yol olmalı?

CEVAP
13 AĞUSTOS 2010, Cuma


function_that_needs_strings(*my_list) # works!

You can read all about it here.

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • My name is Festis and I'm free

    My name is F

    2 EKİM 2011
  • LevelUpTuts

    LevelUpTuts

    20 Ocak 2012
  • MofoHifi Records

    MofoHifi Rec

    15 HAZİRAN 2006