Hello,
Here is your answer:
The proper answer to this question is option B or "workplaces". Workplaces are where the person stays to do his or her job although they have the same job WORKPLACES are different.
Your answer is B.
If you need anymore help feel free to ask me!
Hope this helps!
Answer:
see explaination for program code
Explanation:
scalar_product = 0
li=[]
li2=[]
#reading numbers1.txt and numbers2.txt intoli and li2 respectively
with open('numbers1.txt') as n1, open('numbers2.txt') as n2:
for line1 in n1:
li.append(int(line1))
for line2 in n2:
li2.append(int(line2))
#storing min list size into variable l
a=len(li)
b=len(li2)
if a<b:
l=a
else:
l=b
#calculating scalar product
for i in range(l):
scalar_product=scalar_product+li[i]*li2[i]
print("scalar product is",scalar_product)
Register, google CPU registers for more info
Answer:
For "isTriangle", draw a line around the triangles (h and e) and write 'isTriangle' next to that line. You've now grouped the triangles.
Explanation:
Repeat for the other properties. I hope this is more simple than you thought.
P {
font-style: tahoma;
font-size: 16px;
font-color: red;
}