What does an object() do?

By ayush goel in 22 Sep 2023 | 04:12 pm
ayush goel

ayush goel

Student
Posts: 346
Member since: 21 Sep 2023

What does an object() do?

22 Sep 2023 | 04:12 pm
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

class MyObject(object):

    def __init__(self, value):

        self.value = value


    def my_method(self):

        return f"Value is {self.value}"


22 Sep 2023 | 06:25 pm
0 Likes

Report

Please describe about the report short and clearly.