subject

In this program, what are small_num and num7 ? def triple_me (num7):
num8 = num7 * 3
return num8
small_num = 12
print( triple_me (small_num))

They are both parameters.

They are both arguments.

small_num is an argument, and num7 is a parameter

small_num is a parameter, and num7 is an argument

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Write a function that draws a pool ball. this function should take as parameters, the color, the number that should go on the pool ball, and the location of the center of the pool ball. the radius of the pool balls should be pool_ball_radius, and the font of the number should be pool_ball_font. the text of the pool ball font should be white. drawpoolball(color.orange, 5, 100, 100); drawpoolball(color.green, 6, 50, 200); drawpoolball(color.red, 3, 150, 350); drawpoolball(color.blue, 2, 250, 140); to center the numbers on the pool ball, you should use the getwidth() and getheight() methods. you are allowed to call these methods on your text object, such as txt.
Answers: 3
question
Computers and Technology, 22.06.2019 10:40
5. illustrate how fine-line inventory classification can be used with product and market segments. what are the benefits and considerations when classifying inventory by product, market, and product/market?
Answers: 2
question
Computers and Technology, 22.06.2019 13:00
Which part of the cpu accepts data?
Answers: 1
question
Computers and Technology, 22.06.2019 13:30
Use the keyword strategy to remember the meaning of the following word. the meaning for the word has been provided. write your keyword and describe the picture you would create in your mind. centurion: a commander in the army of ancient rome. keyword: picture:
Answers: 2
You know the right answer?
In this program, what are small_num and num7 ? def triple_me (num7):
num8 = num7 * 3
re...
Questions
question
Biology, 20.05.2021 01:10
question
English, 20.05.2021 01:10
question
Mathematics, 20.05.2021 01:10
Questions on the website: 13722362