Skip to content

Commit 1b168ff

Browse files
authored
Update Lesson 2 - Language Semantics.ipynb
1 parent 99f9589 commit 1b168ff

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Lesson 2 - Language Semantics.ipynb

+3-9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"[<img src=\"http://cloud.blobcity.net/assets/images/badge.png\" height=\"25\" style=\"margin-bottom:-15px\" />](https://cloud.blobcity.com/#/ps/shared-cloudbook/66c4fcaa-b0e4-4e0a-b275-49cdf007667a)\n",
8+
"\n",
79
"# Language Semantics\n",
810
"\n",
911
"Python is different from many commonly used programming languages. Several languages use braces to identify blocks of code. However Python uses whitespaces to logically arrange blocks of code. These whitespaces could be tabs or spaces. \n",
@@ -285,15 +287,7 @@
285287
"cell_type": "code",
286288
"execution_count": 9,
287289
"metadata": {},
288-
"outputs": [
289-
{
290-
"name": "stdout",
291-
"output_type": "stream",
292-
"text": [
293-
"The random number is less than 5\n"
294-
]
295-
}
296-
],
290+
"outputs": [],
297291
"source": [
298292
"import random\n",
299293
"a = random.randint(0, 10)\n",

0 commit comments

Comments
 (0)