This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Home
/
codewars
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
7802284dc6
Ramuri
Etichete
master
codewars
/
python_net
/
example
/
main.py
main.py
85 B
Istoric
Crud
1
2
3
4
5
6
def main():
print("Hello from example!")
if __name__ == "__main__":
main()