This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
GlobalCube
/
Python-Projekte
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
e644882c90
Ramas
Etiquetas
master
Python-Projekte
/
main.py
main.py
84 B
Histórico
Raw
1
2
3
4
5
6
def main():
print("Hello from python!")
if __name__ == "__main__":
main()