Skip to content

Commit 9963659

Browse files
committed
update repeticao e condicional
1 parent 7e2ee1e commit 9963659

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

Python-estrutura-repeticao-condicional.ipynb

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"cell_type": "code",
105-
"execution_count": 4,
105+
"execution_count": 3,
106106
"metadata": {},
107107
"outputs": [
108108
{
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"cell_type": "code",
129-
"execution_count": 5,
129+
"execution_count": 4,
130130
"metadata": {},
131131
"outputs": [
132132
{
@@ -184,7 +184,7 @@
184184
},
185185
{
186186
"cell_type": "code",
187-
"execution_count": 9,
187+
"execution_count": 5,
188188
"metadata": {},
189189
"outputs": [
190190
{
@@ -215,7 +215,7 @@
215215
},
216216
{
217217
"cell_type": "code",
218-
"execution_count": 7,
218+
"execution_count": 6,
219219
"metadata": {},
220220
"outputs": [
221221
{
@@ -247,7 +247,7 @@
247247
},
248248
{
249249
"cell_type": "code",
250-
"execution_count": 8,
250+
"execution_count": 7,
251251
"metadata": {},
252252
"outputs": [
253253
{
@@ -332,14 +332,13 @@
332332
},
333333
{
334334
"cell_type": "code",
335-
"execution_count": 10,
335+
"execution_count": 8,
336336
"metadata": {},
337337
"outputs": [
338338
{
339339
"name": "stdout",
340340
"output_type": "stream",
341341
"text": [
342-
"\n",
343342
"Come uma colherada\n",
344343
"Colheradas restantes: 14\n",
345344
"Come uma colherada\n",
@@ -392,7 +391,7 @@
392391
},
393392
{
394393
"cell_type": "code",
395-
"execution_count": 11,
394+
"execution_count": 9,
396395
"metadata": {},
397396
"outputs": [
398397
{
@@ -499,7 +498,7 @@
499498
},
500499
{
501500
"cell_type": "code",
502-
"execution_count": 17,
501+
"execution_count": 10,
503502
"metadata": {},
504503
"outputs": [
505504
{
@@ -527,7 +526,7 @@
527526
},
528527
{
529528
"cell_type": "code",
530-
"execution_count": 16,
529+
"execution_count": 11,
531530
"metadata": {},
532531
"outputs": [
533532
{
@@ -547,7 +546,7 @@
547546
},
548547
{
549548
"cell_type": "code",
550-
"execution_count": 18,
549+
"execution_count": 12,
551550
"metadata": {},
552551
"outputs": [
553552
{
@@ -556,7 +555,7 @@
556555
"[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]"
557556
]
558557
},
559-
"execution_count": 18,
558+
"execution_count": 12,
560559
"metadata": {},
561560
"output_type": "execute_result"
562561
}
@@ -569,7 +568,7 @@
569568
},
570569
{
571570
"cell_type": "code",
572-
"execution_count": 19,
571+
"execution_count": 13,
573572
"metadata": {},
574573
"outputs": [
575574
{
@@ -578,7 +577,7 @@
578577
"[1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29]"
579578
]
580579
},
581-
"execution_count": 19,
580+
"execution_count": 13,
582581
"metadata": {},
583582
"output_type": "execute_result"
584583
}
@@ -589,7 +588,7 @@
589588
},
590589
{
591590
"cell_type": "code",
592-
"execution_count": 21,
591+
"execution_count": 14,
593592
"metadata": {},
594593
"outputs": [
595594
{

0 commit comments

Comments
 (0)