Skip to content

Instantly share code, notes, and snippets.

View Code-Tap's full-sized avatar

Leigh Wilson Code-Tap

View GitHub Profile
import random, time, sys
class fruit():
#Creating variables at start of game
def __init__(self):
self.credit = 1.0
self.results = ["Cherry","Bell","Lemon","Orange","Star","Skull"]
self.play = True