8 lines
222 B
Python
8 lines
222 B
Python
|
#!/usr/bin/env python3
|
||
|
# uses scripts/doctext
|
||
|
|
||
|
#https://python.developpez.com/tutoriels/python-basic-par-exemple/?page=gestion-des-fichiers
|
||
|
#https://note.nkmk.me/en/python-docstring/
|
||
|
|
||
|
print("Hello World, I'm back ! 😄")
|