Skip to content

Commit a69b4e6

Browse files
committed
>
1 parent 5fed2c8 commit a69b4e6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Comparison-Operators.ipynb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
"### Comparison Operators"
88
]
99
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 1,
13+
"metadata": {},
14+
"outputs": [
15+
{
16+
"data": {
17+
"text/plain": [
18+
"False"
19+
]
20+
},
21+
"execution_count": 1,
22+
"metadata": {},
23+
"output_type": "execute_result"
24+
}
25+
],
26+
"source": [
27+
"1 > 2"
28+
]
29+
},
1030
{
1131
"cell_type": "code",
1232
"execution_count": null,

0 commit comments

Comments
 (0)