Answer:
The function is as follows:
def number_of_pennies(dollars,pennies=0):
return dollars*100+pennies
Explanation:
This defines the function
def number_of_pennies(dollars,pennies=0):
This returns the number of pennies
return dollars*100+pennies
<em>Note that, if the number of pennies is not passed to the function, the function takes it as 0</em>
The system software consists of the programs that control or maintain the operations of the computer and its devices.
The guy above is right!!!