Answer:
SOURCE CODE
#reverseing digits of each elements in a list
a=eval(input('Enter the list of numbers:'))
l=len(a)
for i in range (l):
b=0
while a[i]!=0:
b=b*10+a[i]%10
a[i]=a[i]//10
a[i]=b
print()
print('List after reversing digits of each elements of list is:','\n')
print(a)
OUTPUT
Enter the list of numbers: [123, 586, 947]
List after reversing digits of each elements of list is:
[321, 685, 749]
>>>
Enter the list of numbers: [1234,789, 4567]
List after reversing digits of each elements of list is:
[4321, 987, 7654]
>>>
Explanation:
Based on the given excerpt above, I can say that the what the carp represents here are DEATH and INNOCENCE. Death here refers to how the twenty-pound carp was being treated and innocence refers to the teachers and boarding students who tasted the carp. This excerpt is actually from Yun Wang's "The Carp" and this lyric poem reflects his bad experiences from his father, such as imprisonment and torture.
Answer:
D. My dad looked sad when he wrote out a check to pay for the electric bill.
Explanation:
Hope this helps!
They were in a complex relationship