After a system is released and the user base grows, the demands on the development and support team will increase.
The development team can scale vertically by adding new people to the team.
Get a program for this perpose or perhaps get a new computer
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>
Just go to the internet and download the file and install
please mark as brainliest