We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ff694c + 7c3e393 commit ebff168Copy full SHA for ebff168
content/greeting.ipynb
@@ -1,18 +1,16 @@
1
{
2
"cells": [
3
4
+ "metadata": {},
5
"cell_type": "code",
- "execution_count": null,
6
- "id": "initial_id",
7
- "metadata": {
8
- "collapsed": true
9
- },
10
"outputs": [],
+ "execution_count": null,
11
"source": [
12
"name = \"World\"\n",
13
- "greeting = f\"Hello {name}\"\n",
+ "greeting = t\"Hello {name}\"\n",
14
"list(greeting)"
15
- ]
+ ],
+ "id": "25d86ff5a0cb2c76"
16
}
17
],
18
"metadata": {
greeting.ipynb
@@ -10,7 +10,7 @@
]
0 commit comments