This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Home
/
codewars
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f493344de2
Branches
Tags
master
codewars
/
python_net
/
myarp
/
main.py
main.py
83 B
Historique
Raw
1
2
3
4
5
6
def main():
print("Hello from myarp!")
if __name__ == "__main__":
main()