diff --git a/main.py b/main.py index 718c156..d8e816d 100755 --- a/main.py +++ b/main.py @@ -51,16 +51,16 @@ def seminaire(): """ Affiche les slides du séminaire. """ - print("\x4c\x61\x69\x73\x73\x65\x20\x74\x6f\x6d\x62\x65" - "\x72\x2c\x20\x74\x6f\x6e\x20\x74\x72\x75\x63\x20" - "\x65\x73\x74\x20\x74\x72\x6f\x70\x20\x62\x65\x75" - "\x67\x75\xe9\x2c\x20\x74\x75\x20\x64\x65\x76\x72" - "\x61\x69\x73\x20\x70\x61\x73\x73\x65\x72\x20\x64" - "\x75\x20\x74\x65\x6d\x70\x73\x20\xe0\x20\xe9\x63" - "\x72\x69\x72\x65\x20\x64\x65\x73\x20\x74\x65\x73" - "\x74\x73\x20\x65\x74\x20\x66\x61\x69\x72\x65\x20" - "\x64\xe9\x66\x69\x6c\x65\x72\x20\x74\x65\x73\x20" - "\x73\x6c\x69\x64\x65\x73") + return "\x4c\x61\x69\x73\x73\x65\x20\x74\x6f\x6d\x62\x65" \ + "\x72\x2c\x20\x74\x6f\x6e\x20\x74\x72\x75\x63\x20" \ + "\x65\x73\x74\x20\x74\x72\x6f\x70\x20\x62\x65\x75" \ + "\x67\x75\xe9\x2c\x20\x74\x75\x20\x64\x65\x76\x72" \ + "\x61\x69\x73\x20\x70\x61\x73\x73\x65\x72\x20\x64" \ + "\x75\x20\x74\x65\x6d\x70\x73\x20\xe0\x20\xe9\x63" \ + "\x72\x69\x72\x65\x20\x64\x65\x73\x20\x74\x65\x73" \ + "\x74\x73\x20\x65\x74\x20\x66\x61\x69\x72\x65\x20" \ + "\x64\xe9\x66\x69\x6c\x65\x72\x20\x74\x65\x73\x20" \ + "\x73\x6c\x69\x64\x65\x73" def blague():