Question: Read in four values from input and call print _ region _ capital ( ) twice: once with the first and third inputs as arguments,

Read in four values from input and call print_region_capital() twice: once with the first and third inputs as arguments, and again with the second and fourth inputs as arguments. def print_region_capital(capital_name, region_name):
print(f"{capital_name} is {region_name}'s capital.")
''' Your code goes here '''

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 Databases Questions!