top of page

PROGRAMMING CHALLENGES

Random Workout Generator

Difficulty:

1 Easy

2.2 Practice Exam Questions

Topic:

FitLife wants to create a random workout generator. Write a program that stores 5 different exercises in an array. The program should then randomly select one exercise and display it to the user.

Use random.choice() to select and display a random exercise from the array.

Need help with your programming skills?

If you need more help than just independent practise, then we're here for you. Book a 1:1 with us and we will be able to guide you to becoming a proficient programmer who can tackle any of the challenges an exam board can throw at you.

bottom of page