The function that would help you use to convert those dog breeds so that only the first letter of each word is capitalized is upper() function.
<h3>What are Excel functions for changing text case?</h3>
There are some 3 main functions which are:
Note that the upper() function helps one to to convert all lowercase letters in a text string to a case that is uppercase and as such, The function that would help you use to convert those dog breeds so that only the first letter of each word is capitalized is upper() function.
Learn more about function from
brainly.com/question/23459086
#SPJ2
Examples of character formats that can be applied to text characters in Word include those you find in the Font dialog box (such as bold, italic, underline, font, size, color, superscript, subscript, scaling, animation effects, etc), highlight, change case, etc. To apply a character format to a character or a set of characters, you need to specifically select the desired amount of characters and then apply the formatting you want.
Answer:
20
Explanation:
During the first iteration for the list [1, 4], numB = 1.
During the first iteration of the list [2, 3], numA = 2.
answer = answer + numA + numB
= 0 + 2 + 1
= 3
Since the list [2, 3] is in a nested loop, we need to first finish iterating the whole list before numB iterates to the next number, so numA = 3 this time and numB still stays at 1.
answer = answer + numA + numB
= 3 + 3 + 1
= 7
Now, numB moves to 4 and numA starts back at 2 again.
answer = answer + numA + numB
= 7 + 2 + 4
= 13
numB still says at 4 and numA moves to 3 since it is in a nested loop:
answer = answer + numA + numB
= 13 + 3 + 4
= 20
print(answer) will print the output 20.
Hope this helps :)
Kilobytes. That the smallest type of file you have on a computer.