import funciones | |
funciones.decir_hola() | |
funciones.saludar("Parzibyte") | |
p = funciones.Punto() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import funciones | |
funciones.decir_hola() | |
funciones.saludar("Parzibyte") | |
p = funciones.Punto() |