The answer will be C
As she is about to leave the position, in account of professionalism, she should NOT do any unnecessary harm to the current company, and she should notify the company for necessary description before leaving.
Apparently, the answer is newspaper publishing.
Since telecommunication is defined to use wireless and electrical protocols to transmit data.
The issue arises because the string you are trying to print is not a string, rather a float value. Item1, item2 and item3 are strong values (if you type some alphabets in it and not just numbers), but itemonecost, itemtwocost, and itemthreecost are explicitly type casted to float. In line 22, 23, and 24 you’re trying to print a float, by adding it with the string. One cannot add numbers to string. Rather you can type cast the itemcost to string while printing.
Add str(itemonecost) instead of itemonecost in print statement. Do this for other float variables too.
However do note that there are multiple ways to correct this issue, and I’ve just pointed one out.
The button is located on the left side of the gear shift right under the main shift button