Python: hola mundo: Difference between revisions

From wiki nuxpy
Jump to navigation Jump to search
 
Line 4: Line 4:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
python
python
</syntaxyhighlight>
</syntaxhighlight>


= Video ejemplo =
= Video ejemplo =

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

Video ejemplo

Artículos relacionados