Answer:
hub is central computer.....True...
Answer:
li=list(map(str,input().strip().split()))#taking input of the string.
#swapping first and last element.
temp=li[0]
li[0]=li[-1]
li[-1]=temp
print(li)#printing the list.
Explanation:
I have taken the list li for taking the input of strings.Then after that swapping first and last element of the list.Then printing the list.
Answer:
1.T 2.f 3.t 4.f 5.f 6.f 7.t 8.t 9.f
maintenance is the answer