This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GlobalCube
/
Python-Projekte
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e644882c90
Rami (Branch)
Tag
master
Python-Projekte
/
main.py
main.py
84 B
Cronologia
Originale
1
2
3
4
5
6
def main():
print("Hello from python!")
if __name__ == "__main__":
main()