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.
It could glitch out or be hacked or deleted.
<span>Briefly explain why it is necessary to critique a scientific argument before it is accepted.
</span>
Yea, I don’t think you can fix it unless you backed it up or something somehow...
Answer:
Computer
Explanation:
a programmable electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations.