Learning Objectives
In this challenge you will complete a full Python Program to simulate a fruit machine.
You will use the random library to randomly select a fruit to display on screen.
You will use if statements to check if the user has won the Jackpot!
Your Task
Click on the picture below to see how the code works. Use this code to complete your own fruit machine.
You can type your code using our online Python IDE:
Solution...
The solution for this challenge is available to full members!Find out how to become a member:
➤ Members' Area