We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7929824 commit 7797716Copy full SHA for 7797716
1 file changed
30-dice-roller-program/main.py
@@ -1,5 +1,11 @@
1
import random
2
3
+# unicode chars for dice faces
4
+
5
+# print("\u25CF \u250C \u2510 \u2502 \u2514 \u2518")
6
7
+# ● ┌ ┐ │ └ ┘
8
9
# 🎲 Dice Roller Program
10
11
# ASCII art for dice faces
0 commit comments