#!/usr/bin/env python3 for i in range(6): print(f"Hello world, {i}")