Uno (Card Game)/Python: Difference between revisions

m
PureFox moved page Uno(Card Game)/Python to Uno (Card Game)/Python: Subpage not linking back to parent due to mis-spelling.
m (initial deal size)
m (PureFox moved page Uno(Card Game)/Python to Uno (Card Game)/Python: Subpage not linking back to parent due to mis-spelling.)
 
(One intermediate revision by the same user not shown)
Line 3:
Uses the Tk library.
{{trans|Julia}}
<langsyntaxhighlight lang="python">""" Uno Card Game """
 
from numpy.random import choice, rand, shuffle
Line 510:
app.setDaemon(True)
app.start()
top.mainloop()</syntaxhighlight>
</lang>
9,482

edits