Question: Write a function called print _ scores that has four parameters these hold, in this order, the name of the first player ( a string

Write a function called print_scores that has four parameters these hold, in this order,
the name of the first player (a string), his/her score (an int), the second player's name (a
string), and score (an int). The function will:
a) Print the following message, using the current parameter values for the player names and
scores (NOT necessarily Ziggy, 18, Elmer, and 23):
--- SCORES Ziggy: 18 Elmer: 23---
Print an empty line before this line.
There is a single tab between SCORES and the name of player 1.
There is a single tab between player 1's score and player 2's name.
Every other gap is a single space.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!