RealGoodDan

Generation

class from descriptionFri, 21 Jul 2023

make a calculator with numbers and a greeting and choose

class Calculator: def __init__(self, num): self.num = num self.greeting = "hello" def add(self, num2): return self.num + num2

Want to kickstart your project?Use the new AI Studio to create your code