HI
I was having a look into classes and i noticed i saw a lot of things like
class fruitcake(object):
pass
my question is what is the point of the "object" being in the class arguments as it is a Built In Function and i couldn't work out what putting it there did