Skip to content

Instantly share code, notes, and snippets.

@samueltcsantos
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueltcsantos/11051757 to your computer and use it in GitHub Desktop.
Save samueltcsantos/11051757 to your computer and use it in GitHub Desktop.
Alô Mundo
'''
Created on 18/04/2014
@author: Samuel T. C. Santos
Programa alô mundo em python.
'''
print("Olá, Mundo!")
'''
Saida do Programa:
Olá, Mundo!
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment