Python: hola mundo: Difference between revisions

From wiki nuxpy
Jump to navigation Jump to search
No edit summary
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 =
= Shell python =
Abrir una ''shell'' de comandos preferida y posteriormente abrir la ''shell'' de ''Python'' de la siguiente manera:
<syntaxhighlight lang="bash">
python
</syntaxyhighlight>
= Video ejemplo =
= Video ejemplo =
<youtube>https://youtu.be/eqUw2jwzv20?si=h-dhs6pI47rlHvzY</youtube>
<youtube>https://youtu.be/eqUw2jwzv20?si=h-dhs6pI47rlHvzY</youtube>
= Artículos relacionados =
= Artículos relacionados =
[[Category:Python]]
[[Category:Python]]

Revision as of 15:25, 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: <syntaxhighlight lang="bash"> python </syntaxyhighlight>

Video ejemplo

Artículos relacionados