MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / roll

Function roll

Simple_dice/dice.py:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def roll():
6 r = random.randint(1, 6)
7 s = str(r)
8 e.delete(0, END)
9 e.insert(0, s)
10
11def on_enter(event):
12 button1.config(fg="black")

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected