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:
Answer:
E
Explanation:
I got it right lol adn it’s the only answer that adds new information to a sentence that otherwise might have not been known
Answer:
Sometimes, a picture really is worth a thousand words—especially when it comes to the art of persuasion! Find out why in this lesson.
Explanation:
Imao
Snowboarding- invented by Tom Sims <span>in 1965.
Snowman- invented by </span><span>Bob Eckstein.
Hope this helped! :)</span>
Answer:
Marie Curie discovered radium even she is a women.