|
3 | 3 | #import "@preview/codly-languages:0.1.10": * |
4 | 4 | #import "@preview/gentle-clues:1.3.1": * |
5 | 5 | #import "@preview/pinit:0.2.2": * |
6 | | -#import "template.typ": setup-template, new-section-slide |
| 6 | +#import "template.typ": setup-template, new-section-slide, inverted-slide |
7 | 7 |
|
8 | 8 | #show: codly-init.with() |
9 | 9 | #codly( |
|
65 | 65 | ] |
66 | 66 | ] |
67 | 67 |
|
68 | | -#new-section-slide[A jugar con Python #emoji.laptop] |
| 68 | +#inverted-slide[A laburar] |
69 | 69 |
|
70 | 70 | #new-section-slide[Tipos de datos elementales] |
71 | 71 |
|
|
456 | 456 | pin11returnpin12 pin13valorpin14 |
457 | 457 | ``` |
458 | 458 |
|
459 | | - #uncover(1)[ |
| 459 | + #uncover(2)[ |
460 | 460 | #pinit-highlight(1, 2, dy: -1.1em, fill: rgb(0, 0, 255, 50)) |
461 | 461 |
|
462 | 462 | #pinit-point-from( |
|
475 | 475 | ] |
476 | 476 | ] |
477 | 477 |
|
478 | | - #uncover(2)[ |
| 478 | + #uncover(3)[ |
479 | 479 | #pinit-highlight(3, 4, dy: -1.1em, fill: rgb(0, 0, 255, 50)) |
480 | 480 |
|
481 | 481 | #pinit-point-from( |
|
495 | 495 | ] |
496 | 496 |
|
497 | 497 |
|
498 | | - #uncover(3)[ |
| 498 | + #uncover(4)[ |
499 | 499 | #pinit-highlight(5, 6, dy: -1.2em, extended-height: 1.6em, fill: rgb(0, 0, 255, 50)) |
500 | 500 |
|
501 | 501 | #pinit-point-from( |
|
511 | 511 | ] |
512 | 512 | ] |
513 | 513 |
|
514 | | - #uncover(4)[ |
| 514 | + #uncover(5)[ |
515 | 515 | #pinit-highlight(7, 8, dy: -1.2em, extended-height: 1.6em, fill: rgb(0, 0, 255, 50)) |
516 | 516 |
|
517 | 517 | #pinit-point-from( |
|
527 | 527 | ] |
528 | 528 | ] |
529 | 529 |
|
530 | | - #uncover(5)[ |
| 530 | + #uncover(6)[ |
531 | 531 | #pinit-highlight(9, 10, dy: -1.2em, extended-height: 1.6em, fill: rgb(0, 0, 255, 50)) |
532 | 532 |
|
533 | 533 | #pinit-point-from( |
|
543 | 543 | ] |
544 | 544 | ] |
545 | 545 |
|
546 | | - #uncover(6)[ |
| 546 | + #uncover(7)[ |
547 | 547 | #pinit-highlight(11, 12, dy: -1.2em, extended-height: 1.6em, fill: rgb(0, 0, 255, 50)) |
548 | 548 |
|
549 | 549 | #pinit-point-from( |
|
555 | 555 | pin-dx: 0pt, |
556 | 556 | pin-dy: 10pt |
557 | 557 | )[ |
558 | | - #annotation[Indica que se devuelve un valor \ y el fin de la ejecución \ |
| 558 | + #annotation[Indica que se devuelve un valor \ y el fin de la ejecución \ |
559 | 559 | de la función] |
560 | 560 | ] |
561 | 561 | ] |
562 | 562 |
|
563 | | - #uncover(7)[ |
| 563 | + #uncover(8)[ |
564 | 564 | #pinit-highlight(13, 14, dy: -1.2em, extended-height: 1.6em, fill: rgb(0, 0, 255, 50)) |
565 | 565 |
|
566 | 566 | #pinit-point-from( |
|
577 | 577 | ] |
578 | 578 | ] |
579 | 579 |
|
| 580 | +#inverted-slide[A laburar] |
580 | 581 |
|
581 | 582 | #new-section-slide[Ejecución condicional] |
582 | 583 |
|
|
0 commit comments