mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-10 10:52:59 +02:00
Update videopoker.py
This commit is contained in:
@@ -45,7 +45,7 @@ def drawCards(*cards, return_string=True):
|
|||||||
"""
|
"""
|
||||||
# we will use this to prints the appropriate icons for each card
|
# we will use this to prints the appropriate icons for each card
|
||||||
suits_name = ['Spades', 'Diamonds', 'Hearts', 'Clubs']
|
suits_name = ['Spades', 'Diamonds', 'Hearts', 'Clubs']
|
||||||
suits_symbols = ['♠', '♦', '♥', '♣']
|
suits_symbols = ['♠️', '♦️', '♥️', '♣️']
|
||||||
|
|
||||||
# create an empty list of list, each sublist is a line 2 lines for the card
|
# create an empty list of list, each sublist is a line 2 lines for the card
|
||||||
lines = [[] for i in range(1)]
|
lines = [[] for i in range(1)]
|
||||||
|
|||||||
Reference in New Issue
Block a user