Answer:
E.
a medium dashed line
Explanation:
I always use medium hehe so I think that'll work.
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:
your on unit 9 of edhesive?
Explanation:
Answer:
The correct option for this question is File.
Explanation:
Pretty sure answer is <span>E-mail spam</span>