Skip to content

Unit 1

Usage examples

python main.py --help
Usage: main.py [OPTIONS] NAME LASTNAME
Try 'main.py --help' for help.
Error
  Missing argument 'NAME'.

python main.py Camila Gutiérrez
Hello Camila Gutiérrez

<!-- termynal -->
$ python script.py
# 🧠 Termynal Demo in MkDocs Material

Welcome! This page demonstrates how to use **Termynal** inside Markdown directly.

---

## 🚀 Example 1 – Basic commands

<!-- termynal -->
$ python script.py ```