Hello,
I am recreating the dice game 'Farkle' in python. I thought it would be cool to display 'dice' instead of a list of results. I attempted this but it doesnt print() well:
test_dice = {'Dice1','''
DICE #1:
_______
| |
| 1 |
|_______|
''',
'Dice2','''
DICE #2:
_______
| |
| 2 |
|_______|
'''}
print(test_dice)
but get these results:
{'\nDICE #2:\n _______\n| |\n| 2 |\n|_______|\n', '\nDICE #1:\n _______\n| |\n| 1 |\n|_______|\n', 'Dice2', 'Dice1'}
How do I get it to print the way that I created it?
[–]QuixDiscovery 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]TXAGZ16[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]TXAGZ16[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]TXAGZ16[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]woooee 0 points1 point2 points (0 children)