I want to display all the cards in a deck of playing cards using two tuples for 
all the possible suits.



value = ("A","2","3","4","5","6","7","8","9","10","J","Q","K")

suit = ("c","h","s","d")

deck = value[0:1] + suit[0:1]
for item in deck:
    print item

This is the display

>>> 

A c 

____________________________________________________________
Woodhouse Day Spa
Luxury Plano Day Spa with over 70 pampering services
http://thirdpartyoffers.juno.com/TGL2141/c?cp=dsr8LBg9kip6hkIh3gzXYwAAJ1CmHaRKpeX3s0f3JfT8odq8AAUAAAAAAAAAACSXfz4cTkdAnjuWutIFlqhweIymAAAAAA==
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to