Write a function second_parameter that prints the second parameter.
The string should look like this: The second parameter is <here is the second parameter>
Write a function second_parameter that prints the second parameter.
The string should look like this: The second parameter is <here is the second parameter>
Sample Input 1:
2 5 10Sample Output 1:
The second parameter is 5Create a free account to access the full topic