Answer:
What is the goal? What will a successful solution look like? What is it that the client expects me to accomplish?
Explanation:
Answer:
Explanation:
given data
types of drinking straws
- square cross-sectional shape
- round shape
solution
we know that both perimeter of the cross section are equal
so we can say that
perimeter of square = perimeter of circle
4 × S = π × D
here S is length and D is diameter
S =
....................1
and
ratio of flow rate through the square and circle is here
Answer:
Complete question is:
write the following decorators and apply them to a single function (applying multiple decorators to a single function):
1. The first decorator is called strong and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <strong> and </strong> to the argument of the decorator. The return value of the wrapper should look like: return “<strong>” + func() + “</strong>”
2. The decorator will return the wrapper per usual.
3. The second decorator is called emphasis and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <em> and </em> to the argument of the decorator similar to step 1. The return value of the wrapper should look like: return “<em>” + func() + “</em>.
4. Use the greetings() function in problem 1 as the decorated function that simply prints “Hello”.
5. Apply both decorators (by @ operator to greetings()).
6. Invoke the greetings() function and capture the result.
Code :
def strong_decorator(func):
def func_wrapper(name):
return "<strong>{0}</strong>".format(func(name))
return func_wrapper
def em_decorator(func):
def func_wrapper(name):
return "<em>{0}</em>".format(func(name))
return func_wrapper
@strong_decorator
@em_decorator
def Greetings(name):
return "{0}".format(name)
print(Greetings("Hello"))
Explanation:
The statement which best characterizes the relationship between a general contractor and a construction manager is that; A construction manager subcontracts a general contractor to perform <em>work</em>.
A construction project manager is saddled with the responsibility of overseeing the planning and delivery of construction projects.
- In essence, they ensure that work is completed on time and within budget. Other functions include organising logistics, delegation of work and tracking of spending.
A general contractor otherwise known as the prime contractor is responsible for the day-to-day oversight of a construction site,<em> employment of labour, management of vendors and trades, and most importantly, the communication of information to all involved parties throughout the course of a building project.</em>
- <em>Ultimately</em><em>,</em><em> </em><em>the </em><em>relationship</em><em> </em><em>between</em><em> </em><em>a </em><em>general contractor and a construction manager is that; A construction manager subcontracts a general contractor to perform work.</em>
<em>Read </em><em>more</em><em>:</em>
<em>brainly.com/question/17157892</em>
Answer:
fracture will occur as the value is less than E/10 (= 22.5)
Explanation:
If the maximum strength at tip Is greater than theoretical fracture strength value then fracture will occur and if the maximum strength is lower than theoretical fracture strength then no fracture will occur.
![\sigma_m = 2\sigma_o [\frac{a}{\rho_t}]^{1/2}](https://tex.z-dn.net/?f=%5Csigma_m%20%3D%202%5Csigma_o%20%5B%5Cfrac%7Ba%7D%7B%5Crho_t%7D%5D%5E%7B1%2F2%7D)

= 15 GPa
fracture will occur as the value is less than E/10 = 22.5