# Title: Walk Program # Author: Jono # Date: 24/06/2025 # Version: Version 1 - first version, Version 1.1 - minor revisions # Purpose: Summary of what the code does / The desired outcome. for i in range(8): print('Ball') print('The program has ended')