Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # № 7
- deck_of_cards = (i + " " + y for i in ["6", "7", "8", "9", "10", "J", "Q", "K", "A"] for y in ["Крести", "Черви", "Пики", "Бубны"])
- for i in range(36):
- print(next(deck_of_cards))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement