Search code snippets, questions, articles...

Demo

class Demo:

    def __init__(self):
        
        self.a = 10
        self.b = 20

    def get_total_of_a_b:
        
        total = self.a + self.b
        return total
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet