Advertisement
Bunmite

Untitled

Apr 1st, 2020
158
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