Python: Getting Started
en / languages / python — 2025-10-24 15:10:35
Python: Getting Started ߚʊYour first steps with Python on Ubuntu 24.04.
```python print("Hello, world!") name = "Maciej" print(f"Hi {name}, welcome to Python.")
en / languages / python — 2025-10-24 15:10:35
```python print("Hello, world!") name = "Maciej" print(f"Hi {name}, welcome to Python.")