0

what is the difference between this two; class Person(object): and class Person:

class Person(object):
   
  # Constructor
  def __init__(self, name, id):
    self.name = name
    self.id = id
quamrana
  • 37,849
  • 12
  • 53
  • 71
Domengo
  • 1
  • 1

0 Answers0