Home
last modified time | relevance | path

Searched refs:VALNAMES (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py102 VALNAMES = ["", "A"] + map(str, range(2, 11)) + ["J", "Q", "K"] variable
170 text = "%s %s" % (VALNAMES[value], suit)