Sha256: ba7c9239ee07e327e0516795e2050baeac088ed73d5db37c34def336821e9f2f

Contents?: true

Size: 141 Bytes

Versions: 8

Compression:

Stored size: 141 Bytes

Contents


class BowlingGame(object):
    def __init__(self):
        pass

    def roll(self, pins):
        pass

    def score(self):
        pass

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
trackler-2.2.1.107 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.106 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.105 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.104 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.103 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.102 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.101 tracks/python/exercises/bowling/bowling.py
trackler-2.2.1.100 tracks/python/exercises/bowling/bowling.py