Hello Publié le 30 mai 2017 | 1 minutes | 21 mots | groug 1 2 3 4 5 6 #!python # -*- coding: utf-8 -*- # #!/usr/bin/env python3 if __name__ == '__main__': print('Hello, word!') test hello