Skip to content

Instantly share code, notes, and snippets.

@ychaouche
Created February 26, 2024 16:53
Show Gist options
  • Save ychaouche/67aae7453e6dd19d781a4015190a52f2 to your computer and use it in GitHub Desktop.
Save ychaouche/67aae7453e6dd19d781a4015190a52f2 to your computer and use it in GitHub Desktop.
$ python3.6
Python 3.6.9 (default, Mar 10 2023, 16:46:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print( "j'ai réussi à écrire une version plus concise".encode('UTF-8'))
b"j'ai r\xc3\xa9ussi \xc3\xa0 \xc3\xa9crire une version plus concise"
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment