#!/usr/bin/env python3 import time for i in range(1,100): print(i,". Textzeile") time.sleep(1)