Advertisement
Guest User

Question 1

a guest
Apr 1st, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class superhero():
  2. def spidy():
  3. print ("Spiderman")
  4. def batty():
  5. print ("batman")
  6. def supy():
  7. print("superman")
  8. superhero = superhero()
  9. print(superhero)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement