Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lfa:2025:lab02 [2025/10/12 21:10] cata_chiru |
lfa:2025:lab02 [2025/10/12 21:13] (current) cata_chiru |
||
---|---|---|---|
Line 40: | Line 40: | ||
To have multiple Python versions working (useful for managing different features that may generate package conflicts) you should use virtual environments (venvs). | To have multiple Python versions working (useful for managing different features that may generate package conflicts) you should use virtual environments (venvs). | ||
+ | |||
+ | Types are used for code cleanliness, they do not change the running of the program. | ||
==== Lists in python ==== | ==== Lists in python ==== |