Skip to content

Instantly share code, notes, and snippets.

View craig3050's full-sized avatar

Craig Cuninghame craig3050

View GitHub Profile
#!/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]