File: LP6E/Chapter32/hack1.py

class Hack:
    numInstances = 0
    def __init__(self):
        Hack.numInstances += 1
    def printNumInstances():
        print('Number of instances created:', Hack.numInstances)



[Home page] Books Code Blog Python Author Train Find ©M.Lutz