Skip to content

Instantly share code, notes, and snippets.

View eadanfahey's full-sized avatar

Eadan Fahey eadanfahey

View GitHub Profile
import random
class Person:
def __init__(self, position, coins):
self.position = position
self.coins = coins
self.neighbors = []
def make_bet(self):
if len(self.neighbors) == 0:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.