This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
hello-world/python.py

5 lines
74 B
Python

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