Try X in Y minutes
August 29, 2026 · View on GitHub
An easy way to get a quick taste of your next language (database/package/tool) by studying interactive guides in the browser, without downloading or installing anything.
## 4. Functions
Use "def" to create a new function,
then call it with parameters:
┌───────────────────────────────┐
│ def greet(name): │
│ print(f"Hello, {name}!") │
│ │
│ greet("World") │
└───────────────────────────────┘
Run ► Edit ✓ Done
┌───────────────────────────────┐
│ Hello, World! │
└───────────────────────────────┘
The project is community-driven, and your contributions are very welcome.
All guides are licensed under a CC-BY-SA-4.0 license unless otherwise noted.