Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created December 12, 2010 00:23
Show Gist options
  • Select an option

  • Save fsouza/737739 to your computer and use it in GitHub Desktop.

Select an option

Save fsouza/737739 to your computer and use it in GitHub Desktop.
# -*- coding:utf-8 -*-
numero = int(raw_input("Digite o número: "))
print "Você digitou o número %d." % numero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment