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
Raw Normal View History

2020-11-26 21:14:28 -06:00
#!/usr/bin/env python3
for i in range(6):
print(f"Hello world, {i}")