Advertisement
Guest User

tavares

a guest
Jan 19th, 2009
1,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. #!/usr/bin/python
  2. # -*- coding: iso-8859-1 -*-
  3. # classe.py
  4. class Person:
  5.     pass # Um bloco de comandos vazio
  6. p = Person()
  7. print p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement