Skip to content

Commit 7797716

Browse files
updated
1 parent 7929824 commit 7797716

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

30-dice-roller-program/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import random
22

3+
# unicode chars for dice faces
4+
5+
# print("\u25CF \u250C \u2510 \u2502 \u2514 \u2518")
6+
7+
# ● ┌ ┐ │ └ ┘
8+
39
# 🎲 Dice Roller Program
410

511
# ASCII art for dice faces

0 commit comments

Comments
 (0)