Advertisement
Temitop

Untitled

Apr 1st, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. class Superhero():
  2.      pass
  3.  
  4. spiderman = Superhero()
  5. batman = Superhero()
  6. superman = Superhero()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement