Q asks to write
1. input statement that prompts the user for the type of cheese:
What kind of cheese you like?
Input TYPE OF CHEESE
2. Print statement that clearly displays the output message related to the type of cheese:
Print "Pizza has" TYPE OF CHEESE "type of cheese."
They are using the knowledge of computational language in python to write the values of the coins and the total we find that
<h3>Writing code in python </h3>
<em>quarters = int(input())</em>
<em>dimes = int(input())</em>
<em>nickels = int(input())</em>
<em>pennies = int(input())</em>
<em>cents = (quarters*25 + dimes*10 + nickels*5 + pennies)</em>
<em>#convert cents to dollars</em>
<em># 1 dollar = 100 cents</em>
<em># n cents = n/100 dollars</em>
<em>dollars = cents / 100.00 </em>
<em>#Print the amount in dollars upto two decimal places</em>
<em>print("Amount: $"+"{:.2f}".format(dollars))</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer:
display: list-item
Explanation:
Cascading Style Sheets adds different styles to the web pages and documents. These can be adding different fonts, bullets, colors etc.
In display: list-item
display changes the display style of an element.
list-item is used to display the element or the content of the webpage such as here the yacht club rules in a bulleted list form. The element will be shown in this way <li>
list-item can also be used along
list-style-type and list-style-position
For example:
If the content is this line: "this is my computer"
it will be displayed as:
Answer:
it varies on the size of the cookbook
Explanation:
Explanation:
maybe because the for loop never have repeated like the repeat loop..