1. define a function with one parameter and no return value. Add code to print out the value of the parameter. Write a line of code to call your function 2. define a function with two parameters where one of them has a default value of zero - you should be able to work out which of the parameters this can be. The function should return a value equal to the first parameter minus the second parameter. Write a line of code to call your function 3. define a function that takes one parameter that is assumed to be a tuple with 2 elements. The function should return a tuple where the order of the two elements is switched. Write a line of code to call your function.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.3: Returning Multiple Value
Problem 5E
icon
Related questions
Question

This is for python, how would i go about doing this?

1. define a function with one parameter and no return value. Add code to print out the value of the parameter. Write a line of code to call your function
2. define a function with two parameters where one of them has a default value of zero - you should be able to work out which of the parameters this can be. The
function should return a value equal to the first parameter minus the second parameter. Write a line of code to call your function
3. define a function that takes one parameter that is assumed to be a tuple with 2 elements. The function should return a tuple where the order of the two
elements is switched. Write a line of code to call your function.
Transcribed Image Text:1. define a function with one parameter and no return value. Add code to print out the value of the parameter. Write a line of code to call your function 2. define a function with two parameters where one of them has a default value of zero - you should be able to work out which of the parameters this can be. The function should return a value equal to the first parameter minus the second parameter. Write a line of code to call your function 3. define a function that takes one parameter that is assumed to be a tuple with 2 elements. The function should return a tuple where the order of the two elements is switched. Write a line of code to call your function.
Expert Solution
steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning