#!/usr/bin/python3 import time def some_function_to_call(): print("butts") a = 5 while a > 0: a -= 1 print(a) time.sleep(1.0)