Answer:
#Selling vehicles
import locale
locale.setlocale( locale.LC_ALL, 'en_CA.UTF-8' )
#Declaration of variables
total_pay=0
total_sales=0
#Selling details
for i in range(0,2):
#Ask the type of sell
type=input("Enter the type of the car you sold(used/new)? ")
#Check error
while(type.upper()!="USED" and type.upper()!="NEW"):
print('ERROR!!!Should be used or new!!Please Re-enter')
type=input("Enter the type of the car you sold(used/new)? ")
#Input price of the car
price=float(input("Enter the price of the car: "))
#Calculations
if(type.upper()=="NEW"):
total_pay+=1500
else:
total_pay+=price*.05
total_sales+=price
#Display results
print('Total Pay of the sale person = ',locale.currency(total_pay))
print('Total Sales = ',locale.currency(total_sales))
Answer:
D
Explanation:A circuit is equivalent to another when the output voltage is equal to each other. This is so because a circuit may have a higher voltage source and lesser load or a lower voltage source and higher load,so we can only say they are equal If the output is similar
Answer:
Look at a map or globe. Where are places located? Every place has a "global address" that tells exactly where in the world it's located, just as your home has a street address. There are two numbers in a global address--a number for latitude and one for longitude. If you know these numbers and how to use them, you can find any place in the world and give its absolute location. (For definitions, see the glossary at the end of this booklet.)
Why are things located in particular places and how do these places influence our lives? Location can describe how one place relates to another. For example, the Panama Canal was cut across an extremely narrow strip of land in Central America. It provides a shipping lane between the Atlantic and Pacific Oceans, eliminating the need for long, dangerous journeys around South America.
Explanation:
<h2><u>hope</u><u> it</u><u> helps</u></h2>
I have added the answer as a pic due to difficulties pasting the text here.
Answer: The movement of tectonic plates
Explanation:
Tectonic plates are the part of the earth's crust that both the ocean and land rest on. These plates are constantly moving as a result of currents in the mantle.
These movements cause stress on the surface which has the effect of fracturing rocks and thereby creating/ forming faults in the earth's crust. Sometimes faults form when these plates move away from each other and sometimes they are formed when they push into each other.