Skip to content

Instantly share code, notes, and snippets.

@mstepniowski
Created March 29, 2009 19:52
Show Gist options
  • Save mstepniowski/87504 to your computer and use it in GitHub Desktop.
Save mstepniowski/87504 to your computer and use it in GitHub Desktop.
class Die(object):
def __init__(self, n):
self.n = n
def roll(self):
"""Niestety ta funkcja jest jeszcze mało losowa. Dopracować!"""
return n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment