This isn’t helpful considering no one knows what type of news letter you want
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.
Explanation:
There are five phases of film production and they include development, pre-production, production, post-production and distribution.
1) A
2)D
3)C
4)A
5)D
Hope this will help u