hello-world A training project print('hello world') class Shop(): def init(self,name,age): self.name=name self.age=age