def initializeId(): global id id=-1 def createId(): global id id=id+1 return id