Answer:
Explanation:
yes
but dont forget to call makeBasePlateGreen
maybe you would call it at the end of the program?
by the way you have a typo at the end
make the O lowercase
myBlasePlate.BrickColor = BrickColor.Green()
and then add this to the end
makeBasePlateGreen()
so you call the function and actually use it.
Answer:
name = input("Enter customer name: ")
quantity = int(input("Enter quantity: "))
size = input("Enter size [large-medium-small]: ")
if size == "large":
sales = (quantity / 12) * 13
if size == "medium":
sales = (quantity / 12) * 11
if size == "small":
sales = (quantity / 12) * 8.6
print(name + " ordered " + str(quantity) + " " + size + " ballons")
print("Total sales is $" + str(sales))
Explanation:
*The code is in Python.
Ask the user to enter name, quantity, and size
Check the size using if structure. Depending on the size, calculate the sales using the given cost for for a dozen.
Print the order information and total sales
Answer:
All of the above.
Explanation:
Regards: Your Friendly Study Co-Pilot!
The tool that would provide a report listing all systems that are out of compliance, including specific issues is Security Compliance Manager.
<h3>What are compliance tools?</h3>
The Security Compliance Manager is known to be a form of downloadable tool that one can use as it helps a person to plan, ascribe, operate, and manage a person's security baselines for Windows client and other forms of server operating systems.
Note that in the case above, The tool that would provide a report listing all systems that are out of compliance, including specific issues is Security Compliance Manager.
Learn more about Security Compliance Manager from
brainly.com/question/24338783
#SPJ1
Answer:
See picture.
Explanation:
The picture shows all the 8 coordinates.