Get the Number of Rounds

Learn how to specify the number of rounds.

What have we got?

We have set up a function to print the introduction of the game. This is our inventory of already created functions:

# Function to display game instructions
def display_instructions():
    print('Welcome to Rock Paper
...