File tree 2 files changed +111
-0
lines changed
2 files changed +111
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " ### Booleans"
8
+ ]
9
+ },
10
+ {
11
+ "cell_type" : " code" ,
12
+ "execution_count" : 1 ,
13
+ "metadata" : {},
14
+ "outputs" : [
15
+ {
16
+ "data" : {
17
+ "text/plain" : [
18
+ " True"
19
+ ]
20
+ },
21
+ "execution_count" : 1 ,
22
+ "metadata" : {},
23
+ "output_type" : " execute_result"
24
+ }
25
+ ],
26
+ "source" : [
27
+ " True"
28
+ ]
29
+ },
30
+ {
31
+ "cell_type" : " code" ,
32
+ "execution_count" : 2 ,
33
+ "metadata" : {},
34
+ "outputs" : [
35
+ {
36
+ "data" : {
37
+ "text/plain" : [
38
+ " False"
39
+ ]
40
+ },
41
+ "execution_count" : 2 ,
42
+ "metadata" : {},
43
+ "output_type" : " execute_result"
44
+ }
45
+ ],
46
+ "source" : [
47
+ " False"
48
+ ]
49
+ }
50
+ ],
51
+ "metadata" : {
52
+ "kernelspec" : {
53
+ "display_name" : " Python 3" ,
54
+ "language" : " python" ,
55
+ "name" : " python3"
56
+ },
57
+ "language_info" : {
58
+ "codemirror_mode" : {
59
+ "name" : " ipython" ,
60
+ "version" : 3
61
+ },
62
+ "file_extension" : " .py" ,
63
+ "mimetype" : " text/x-python" ,
64
+ "name" : " python" ,
65
+ "nbconvert_exporter" : " python" ,
66
+ "pygments_lexer" : " ipython3" ,
67
+ "version" : " 3.7.4"
68
+ }
69
+ },
70
+ "nbformat" : 4 ,
71
+ "nbformat_minor" : 4
72
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " ### Tuples "
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
+ }
You can’t perform that action at this time.
0 commit comments