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:
Advantages of data analysis
Ability to make faster and more informed business decisions, backed by facts. Helps companies identify performance issues that require action. ... can be seen visually, allowing for faster and better decisions.
Solution :
Given :
External diameter of the hemispherical shell, D = 500 mm
Thickness, t = 20 mm
Internal diameter, d = D - 2t
= 500 - 2(20)
= 460 mm
So, internal radius, r = 230 mm
= 0.23 m
Density of molten metal, ρ = 
= 
The height of pouring cavity above parting surface is h = 300 mm
= 0.3 m
So, the metallostatic thrust on the upper mold at the end of casting is :

Area, A 




= 7043.42 N
Answer:
a) 23.551 hp
b) 516.89 hp
Explanation:
<u>given:</u>

<u>required:</u>
the power in hp
<u>solution:</u>
.............(1)
by substituting in the equation (1)
=353.27 lbf
..........(2)
by substituting in the equation (2)
= 2769.29 lbf
power is defined by
P=F.V
353.27*36.67
=12954.411 lbf.ft/s
=12954.411*.001818
=23.551 hp
2769.29*102.67
= 284323 lbf.ft/s
= 284323*.001818
= 516.89 hp
Answer:
Actualmente estoy trabajando en una pregunta diferente en este momento.
Explanation:
Actualmente estoy trabajando en una pregunta diferente en este momento.