CIBPacket es un module for list printing
Project description
This Python fragment starts by initializing a list called "peliculas"
containing movie titles. Then, it inserts additional elements into the
list. The second, fourth, and sixth elements are release years
corresponding to the movies in the list. The third, fifth, and eighth
elements are nested lists representing the protagonist and supporting
actors for each movie.
After defining the list, there is a function named "imprimir_lista" defined.
This function takes a list as input and iterates over each element. If an
element is itself a list (which indicates it contains nested information
about actors), the function recursively calls itself to print out each
element within that nested list. If an element is not a list, it simply
prints out the element.
Overall, the fragment sets up a list of movies with associated information
and provides a function to print out all the elements of the list,
handling nested lists appropriately.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
packagecibjea-0.0.1.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file packagecibjea-0.0.1.tar.gz.
File metadata
- Download URL: packagecibjea-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7979ee24ce0eaa862c3b965b7eae222cc5c7165240cd1f48374cc408cd56cea
|
|
| MD5 |
90288232c5cd6a19a370825d0dec4d29
|
|
| BLAKE2b-256 |
34d260f7f2c83225e5fdf67e7b3cc9d170bbe7fb1639621b0fc76b810b1f0333
|
File details
Details for the file packagecibjea-0.0.1-py3-none-any.whl.
File metadata
- Download URL: packagecibjea-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
678bbbd5c4c4bae90b169b1b5610140e2f1991a222baaa6e675ed4730d239375
|
|
| MD5 |
35eefd3f8dfe0997df1b322845cec217
|
|
| BLAKE2b-256 |
36a79b1be532b8ddf29f94091b9a05c32d93679540266c3e6d0eac5be069b737
|