Skip to content

Commit 5fed2c8

Browse files
committed
Comparison Operators
1 parent 9aac877 commit 5fed2c8

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

Comparison-Operators.ipynb

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"### Comparison Operators"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {},
14+
"outputs": [],
15+
"source": []
16+
}
17+
],
18+
"metadata": {
19+
"kernelspec": {
20+
"display_name": "Python 3",
21+
"language": "python",
22+
"name": "python3"
23+
},
24+
"language_info": {
25+
"codemirror_mode": {
26+
"name": "ipython",
27+
"version": 3
28+
},
29+
"file_extension": ".py",
30+
"mimetype": "text/x-python",
31+
"name": "python",
32+
"nbconvert_exporter": "python",
33+
"pygments_lexer": "ipython3",
34+
"version": "3.7.4"
35+
}
36+
},
37+
"nbformat": 4,
38+
"nbformat_minor": 4
39+
}

Dictionaries.ipynb

-7
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,6 @@
321321
" \n",
322322
"print (dictX)"
323323
]
324-
},
325-
{
326-
"cell_type": "code",
327-
"execution_count": null,
328-
"metadata": {},
329-
"outputs": [],
330-
"source": []
331324
}
332325
],
333326
"metadata": {

0 commit comments

Comments
 (0)