Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
Answer:
it allows your dash board to light up you MPH RPM and all the other numbers on the spadomter
Explanat
Answer:
A) Their creations change society.
Answer:
Racking is the term used for when buildings tilt as their structural components are forced out of plumb. This is most commonly caused by wind forces exerting horizontal pressure, but it can also be caused by seismic stress, thermal expansion or contraction, and so on.
Explanation:
Answer:
14.52 minutes
<u>OR</u>
14 minutes and 31 seconds
Explanation:
Let's first start by mentioning the specific heat of air at constant volume. We consider constant volume and NOT constant pressure because the volume of the room remains constant while pressure may vary.
Specific heat at constant volume at 27°C = 0.718 kJ/kg*K
Initial temperature of room (in kelvin) = 283.15 K
Final temperature (required) of room = 293.15 K
Mass of air in room= volume * density= (4 * 5 * 7) * (1.204 kg/m3) = 168.56kg
Heat required at constant volume: 0.718 * (change in temp) * (mass of air)
Heat required = 0.718 * (293.15 - 283.15) * (168.56) = 1,210.26 kJ
Time taken for temperature rise: heat required / (rate of heat change)
Where rate of heat change = 10000 - 5000 = 5000 kJ/hr
Time taken = 1210.26 / 5000 = 0.24205 hours
Converted to minutes = 0.24205 * 60 = 14.52 minutes