This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
GlobalCube
/
Python-Projekte
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
e644882c90
Ramuri
Etichete
master
Python-Projekte
/
main.py
main.py
84 B
Istoric
Crud
1
2
3
4
5
6
def main():
print("Hello from python!")
if __name__ == "__main__":
main()