Wednesday, December 8, 2021

python classes

 class anil_test2:

    a = 10

    

    def ani_test():

        print(" This class inside function")

        

        

        

print(anil_test2)


No comments:

Post a Comment

python class topic video