Answer: False
Explanation:
Cost leadership infers that the company has the lowest costs in the industry and this allows them to charge people less for their products which would increase sales and therefore profitability.
Introducing new products in the computer industry does not project this image because when new products are introduced, they are typically more expensive in a bid to incorporate the cost of new technology which means that they cannot be cost leaders.
It is an input and an output. The scanner scans the paper which is the input ,and the output is when the printer prints the paper.
def zipZapZop():
number = int(input("Enter the number: "))
dictionary = {3: "zip", 5: "zap", 7: "zop"}
amount = 0<em> #amount of non-divisible numbers by 3, 5 and 7</em>
<em> for key, value in dictionary.items():</em>
if(number%key == 0): <em>#key is the number</em>
print(value) <em>#value can be or zip, or zap, or zop</em>
else: amount += 1 #the number of "amount" increases every time, when the number is not divisible by 3, or 5, or 7
if(amount == 3): print(number) <em>#if the number is not by any of them, then we should print the number</em>
zipZapZop()
The answer for this question is sheet.
Developing concept art so you know what the character basically looks like