Skip to content

Instantly share code, notes, and snippets.

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