Skip to content

Commit 4b41961

Browse files
committed
IF
1 parent 6ce5c98 commit 4b41961

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

If-Else.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77
"### If, Elif, Else Statements"
88
]
99
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 3,
13+
"metadata": {},
14+
"outputs": [
15+
{
16+
"name": "stdout",
17+
"output_type": "stream",
18+
"text": [
19+
"Yep!\n"
20+
]
21+
}
22+
],
23+
"source": [
24+
"if 1 < 2:\n",
25+
" print('Yep!')"
26+
]
27+
},
1028
{
1129
"cell_type": "code",
1230
"execution_count": null,

0 commit comments

Comments
 (0)