class Fruit: def __init__(this, name): # [no-self-argument] this.name = name