Run
class Developer: def createProject(self): print('The developer created a project.')
Output