Skip to content

Instantly share code, notes, and snippets.

@samueltcsantos
Last active August 29, 2015 14:00
Embed
What would you like to do?
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