Python: hola mundo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
El siguiente artículo relata cómo crear scripts con ''Python'', inciando con el famoso '''hola mundo'''. | El siguiente artículo relata cómo crear scripts con ''Python'', inciando con el famoso '''hola mundo'''. | ||
= Shell python = | |||
Abrir una ''shell'' de comandos preferida y posteriormente abrir la ''shell'' de ''Python'' de la siguiente manera: | |||
<syntaxhighlight lang="bash"> | |||
python | |||
</syntaxhighlight> | |||
= Video ejemplo = | |||
<youtube>https://youtu.be/eqUw2jwzv20?si=h-dhs6pI47rlHvzY</youtube> | |||
= Artículos relacionados = | = Artículos relacionados = | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 15:27, 3 July 2025
El siguiente artículo relata cómo crear scripts con Python, inciando con el famoso hola mundo.
Shell python
Abrir una shell de comandos preferida y posteriormente abrir la shell de Python de la siguiente manera:
python