Skip to content

Instantly share code, notes, and snippets.

@iminurnamez
iminurnamez / gist:10987357
Last active August 29, 2015 13:59 — forked from craig3050/gist:10985630
a few suggestions
#!/usr/bin/python
from random import randint, choice
def return_list(num_to_try,numbers_dictionary):
first = randint(1,6)
list_fig = [int(numbers_dictionary[first])]
called = [first]