Skip to content

Instantly share code, notes, and snippets.

@jsam
Last active August 29, 2015 13:55
Show Gist options
  • Save jsam/8712041 to your computer and use it in GitHub Desktop.
Save jsam/8712041 to your computer and use it in GitHub Desktop.
[DSTG] Zadatak 2.
import random
def random_strategija(igrajer, ploca):
return random.choice(legalan_potez(igrajer, ploca))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment