I belive their were answer chocies to this question am i right
Answer:
def get_middle_ten(sentence):
ind = (len(sentence) - 12) // 2
return sentence[ind:ind + 12]
# Testing the function here. ignore/remove the code below if not required
print(get_middle_twelve("abcdefghijkl"))
print(get_middle_twelve("abcdefghijklmnopqr"))
print(get_middle_twelve("abcdefghijklmnopqrst"))
Eye contact, Taking notes, being quiet.I mean there is a lot of ways
True, i have done this before in my presentation slides
In software: Logical Volume. In hardware it's usually called RAID (Redundant Array of Inexpensive Devices).