Answer:
product_name = input("Enter product name : ")
if product_name=="pen"or"book"or"box"or"pencil"or"eraser":
if product_name == "pen":
amount = 10
print(f"Product Name: {product_name}\nCost: {amount} rupees")
if product_name == "book":
amount = 100
print(f"Product Name: {product_name}\nCost: {amount} rupees")
if product_name == "box":
amount = 150
print(f"Product Name: {product_name}\nCost: {amount} rupees")
if product_name == "pencil":
amount = 5
print(f"Product Name: {product_name}\nCost: {amount} rupees")
if product_name == "eraser":
amount = 8
print(f"Product Name: {product_name}\nCost: {amount} rupees")
else:
print("Item not found!")
Explanation:
The python program is a code of nested if-statements that compares the input string to five items of the first if-statement. For every item found, its code block is executed.
The answer should be C, you need a text editor to write out the code, and then a web browser to view what the code creates.
The security operation being carried out by this team is Administrative in nature.
<h3>What is the role of an Administrators?</h3>
An Administrators is known to be a person who works or handles the day-to-day deployment, operation and looking of an IT environment.
Note that their areas of concern are the systems, networks and applications as well as others and as such, The security operation being carried out by this team is Administrative in nature.
Learn more about security operation from
brainly.com/question/371967
#SPJ1
Answer: Contracts
Explanation:
The contract is the mechanism which is basically used by the developers to follow the set of rules that is defined in the framework with the proper specification in the API ( Application programming interface).
The contract is the proper agreement between the two and more developers so that they must follow the rules that is mentioned in the agreement contract.
The contract is widely used in the software development process in which all the possible design requirement are mentioned according to the needs of the client.
Therefore, Contract is the correct option.
The word you are looking for is active.