This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Home
/
codewars
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
a795907889
Ramas
Etiquetas
master
codewars
/
python_net
/
example
/
main.py
main.py
85 B
Histórico
Raw
1
2
3
4
5
6
def
main
()
:
print(
"Hello from example!"
)
if
__name__ ==
"__main__"
:
main()