Skip to content

Instantly share code, notes, and snippets.

@luanfonceca
Created April 15, 2013 23:05
Show Gist options
  • Save luanfonceca/5392023 to your computer and use it in GitHub Desktop.
Save luanfonceca/5392023 to your computer and use it in GitHub Desktop.
Desafio Python Nordeste Programa que imprime a sí mesmo.
import inspect as i;print i.stack()[0][4][0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment