Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 10, 2020 02:35
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 parzibyte/6854e2dee6dc117edf7b729351fea7da to your computer and use it in GitHub Desktop.
Save parzibyte/6854e2dee6dc117edf7b729351fea7da to your computer and use it in GitHub Desktop.
def decir_hola():
print("Hola mundo")
def saludar(nombre):
print(f"¡Hola, {nombre}!")
class Punto:
def __init__(self):
print("Esto es el init")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment