Skip to content

Commit fa61b1a

Browse files
committed
Repository Updated
1 parent 652e6b4 commit fa61b1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

08 String/02 String Concatenation.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,16 @@
140140
"message = \"Hello, {}. Thank you for joining this {} online course.\".format(name, course)\n",
141141
"print(message)"
142142
]
143+
},
144+
{
145+
"cell_type": "code",
146+
"execution_count": null,
147+
"id": "600dd530",
148+
"metadata": {},
149+
"outputs": [],
150+
"source": [
151+
"print(\"New Cell\")"
152+
]
143153
}
144154
],
145155
"metadata": {

0 commit comments

Comments
 (0)