def cookie_Recipe(recipe):
sugar=(0.03125*recipe)
butter=(0.02083333333*recipe)
flour=(0.05729166666*recipe)
LF1=round(sugar, 2)
LF2=round(butter,2)
LF3=round(flour, 2)
print("You will need:")
print(LF1, "cups of sugar")
print(LF2, "cups of butter")
print(LF3, "cups of flour")
print("To make", recipe, 'cookies')
recipe=int(input("How many cookies do you want to make?\n"))
cookie_Recipe(recipe)
Explanation:
In computer science, a sorting. algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the efficiency of other algorithms that require input data to be in sorted lists
Answer: D. Artistic rights
Explanation:
The artistic rights are those rights that provide an artist with the protection of both artistic works and also allows the profit. The artist can create a piece of artistic work and distribute it for their profit.
If one without any permission creates a copy or uses original artistic work for their own purpose then he is subject to the punishment of copyright infringement due to breaching the copyright of the owner's protection.
The artistic rights will be violated if we copy a drawing from the internet and use it in a report.
Answer:
bc
1 without them you wouldn't be able to program
2 need for job interviews
3 important to be good and make the money
4 can be adaptable
5 easy to move from a business to another