Skip to content

Commit 80ee62d

Browse files
committed
for
1 parent b547b0e commit 80ee62d

File tree

2 files changed

+34
-123
lines changed

2 files changed

+34
-123
lines changed

Instagram/insta.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"name": "python",
269269
"nbconvert_exporter": "python",
270270
"pygments_lexer": "ipython3",
271-
"version": "3.6.3"
271+
"version": "3.6.7"
272272
}
273273
},
274274
"nbformat": 4,

Pitchfork/basics.ipynb

Lines changed: 33 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 2,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -11,27 +11,16 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 3,
14+
"execution_count": null,
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"data": {
19-
"text/plain": [
20-
"3"
21-
]
22-
},
23-
"execution_count": 3,
24-
"metadata": {},
25-
"output_type": "execute_result"
26-
}
27-
],
16+
"outputs": [],
2817
"source": [
2918
"szam"
3019
]
3120
},
3221
{
3322
"cell_type": "code",
34-
"execution_count": 4,
23+
"execution_count": null,
3524
"metadata": {},
3625
"outputs": [],
3726
"source": [
@@ -40,47 +29,25 @@
4029
},
4130
{
4231
"cell_type": "code",
43-
"execution_count": 5,
32+
"execution_count": null,
4433
"metadata": {},
45-
"outputs": [
46-
{
47-
"data": {
48-
"text/plain": [
49-
"4"
50-
]
51-
},
52-
"execution_count": 5,
53-
"metadata": {},
54-
"output_type": "execute_result"
55-
}
56-
],
34+
"outputs": [],
5735
"source": [
5836
"szam"
5937
]
6038
},
6139
{
6240
"cell_type": "code",
63-
"execution_count": 6,
41+
"execution_count": null,
6442
"metadata": {},
65-
"outputs": [
66-
{
67-
"data": {
68-
"text/plain": [
69-
"8"
70-
]
71-
},
72-
"execution_count": 6,
73-
"metadata": {},
74-
"output_type": "execute_result"
75-
}
76-
],
43+
"outputs": [],
7744
"source": [
7845
"szam * 2"
7946
]
8047
},
8148
{
8249
"cell_type": "code",
83-
"execution_count": 7,
50+
"execution_count": null,
8451
"metadata": {},
8552
"outputs": [],
8653
"source": [
@@ -89,67 +56,34 @@
8956
},
9057
{
9158
"cell_type": "code",
92-
"execution_count": 8,
59+
"execution_count": null,
9360
"metadata": {},
94-
"outputs": [
95-
{
96-
"data": {
97-
"text/plain": [
98-
"'Hello bello'"
99-
]
100-
},
101-
"execution_count": 8,
102-
"metadata": {},
103-
"output_type": "execute_result"
104-
}
105-
],
61+
"outputs": [],
10662
"source": [
10763
"szoveg.capitalize()"
10864
]
10965
},
11066
{
11167
"cell_type": "code",
112-
"execution_count": 11,
68+
"execution_count": null,
11369
"metadata": {},
114-
"outputs": [
115-
{
116-
"data": {
117-
"text/plain": [
118-
"True"
119-
]
120-
},
121-
"execution_count": 11,
122-
"metadata": {},
123-
"output_type": "execute_result"
124-
}
125-
],
70+
"outputs": [],
12671
"source": [
12772
"szoveg.startswith(\"hell\")"
12873
]
12974
},
13075
{
13176
"cell_type": "code",
132-
"execution_count": 12,
77+
"execution_count": null,
13378
"metadata": {},
134-
"outputs": [
135-
{
136-
"data": {
137-
"text/plain": [
138-
"False"
139-
]
140-
},
141-
"execution_count": 12,
142-
"metadata": {},
143-
"output_type": "execute_result"
144-
}
145-
],
79+
"outputs": [],
14680
"source": [
14781
"szoveg.startswith(\"Hell\")"
14882
]
14983
},
15084
{
15185
"cell_type": "code",
152-
"execution_count": 13,
86+
"execution_count": null,
15387
"metadata": {},
15488
"outputs": [],
15589
"source": [
@@ -158,27 +92,16 @@
15892
},
15993
{
16094
"cell_type": "code",
161-
"execution_count": 14,
95+
"execution_count": null,
16296
"metadata": {},
163-
"outputs": [
164-
{
165-
"data": {
166-
"text/plain": [
167-
"4"
168-
]
169-
},
170-
"execution_count": 14,
171-
"metadata": {},
172-
"output_type": "execute_result"
173-
}
174-
],
97+
"outputs": [],
17598
"source": [
17699
"len(lista)"
177100
]
178101
},
179102
{
180103
"cell_type": "code",
181-
"execution_count": 15,
104+
"execution_count": null,
182105
"metadata": {},
183106
"outputs": [],
184107
"source": [
@@ -187,44 +110,32 @@
187110
},
188111
{
189112
"cell_type": "code",
190-
"execution_count": 16,
113+
"execution_count": null,
191114
"metadata": {},
192-
"outputs": [
193-
{
194-
"data": {
195-
"text/plain": [
196-
"5"
197-
]
198-
},
199-
"execution_count": 16,
200-
"metadata": {},
201-
"output_type": "execute_result"
202-
}
203-
],
115+
"outputs": [],
204116
"source": [
205117
"len(lista)"
206118
]
207119
},
208120
{
209121
"cell_type": "code",
210-
"execution_count": 17,
122+
"execution_count": null,
211123
"metadata": {},
212-
"outputs": [
213-
{
214-
"data": {
215-
"text/plain": [
216-
"[1, 2, 3, 4, 6]"
217-
]
218-
},
219-
"execution_count": 17,
220-
"metadata": {},
221-
"output_type": "execute_result"
222-
}
223-
],
124+
"outputs": [],
224125
"source": [
225126
"lista"
226127
]
227128
},
129+
{
130+
"cell_type": "code",
131+
"execution_count": null,
132+
"metadata": {},
133+
"outputs": [],
134+
"source": [
135+
"for i in lista:\n",
136+
" print(i*2)"
137+
]
138+
},
228139
{
229140
"cell_type": "code",
230141
"execution_count": null,

0 commit comments

Comments
 (0)