Skip to content

Commit

Permalink
ajout exemple join avec ligature emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-plancq committed Sep 12, 2018
1 parent a35de39 commit 122b106
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions python-2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,23 @@
"\" \".join(list)"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"πŸ‘©β€πŸ‘©β€πŸ‘§\n"
]
}
],
"source": [
"print('\\N{ZWJ}'.join(['πŸ‘©','πŸ‘©','πŸ‘§']))"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 122b106

Please sign in to comment.