B
blackneos940
Guest
Let me see if I have this right.....
I can only call swim, if I first call the Tuna class..... Right......? Ugh........ Unbelievable..... A year later, and I still have yet to move beyond __init__.....
Even with my medication, I'm getting depressed..... But.... That stupid flame keeps me going, despite my ineptitude.......
Code:
class Tuna:
def __init__(self):
print ("Random")
def swim(self):
flipper = Tuna()
flipper.swim()
I can only call swim, if I first call the Tuna class..... Right......? Ugh........ Unbelievable..... A year later, and I still have yet to move beyond __init__.....
