Jump to content

Uno (Card Game)/Python: Difference between revisions

m
Fixed syntax highlighting.
m (initial deal size)
m (Fixed syntax highlighting.)
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,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.