1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
marusya05 [52]
3 years ago
8

Can give verb 12345 list don't give 123 list​

English
2 answers:
Paladinen [302]3 years ago
4 0

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:

Vedmedyk [2.9K]3 years ago
4 0

Answer:

Here is the list of verbs if that's what you need

Explanation:

1. Accept

2. Ask

3. Explain

4. Give

5. Pay

You might be interested in
Can anybody write for me a short paragraph describing a dead woman's body? Thanks. I'll give best answer brainliest.
andre [41]
The woman lays still, blood pooling around her body as people crowd around her. She's cold to the touch, skin growing more pale as each second passes.
6 0
3 years ago
What is not an intended effect of political cartoons?
e-lub [12.9K]
C. appearing on television 
4 0
3 years ago
PLEASE help me guys :)
kolbaska11 [484]

so the answer is 15°

the circle is 360°

one green angle is 50°

so 4 green angles equals 200°

so 360 minus 200 equals 60.

so 60° angle. and as a result the rest of the angles are 60° of the circle. and so each of the angles are... 15° if the 60 is divided by 4.

7 0
3 years ago
Author is to book as architect is to
Mila [183]

Answer:

building.

Explanation:

8 0
3 years ago
Something created by humans during a certain period of time
hoa [83]
Something created by humans? there are alot of things that were created by humans: phones, houses, buildings, watches, clocks, clothes, computers, speakers, microphones,studios, cars, motorcycles, bicycles, books, and much more. 
3 0
3 years ago
Read 2 more answers
Other questions:
  • We know that Juliet is NOT dead even while the Capulets plan the funeral. What literary device is being employed here?
    8·2 answers
  • The author has written this passage for the purpose of
    9·1 answer
  • How are the characters George and Tom opposites of one another? from the Great Gatsby.
    7·1 answer
  • Based on this profile, with which of the following statements do you think Leon Bridges would most likely agree?
    12·1 answer
  • We use milk for making cheese.change into passive​
    6·2 answers
  • Hello can someone pls help me with this!
    15·2 answers
  • Which of the following statements about description is true?
    12·2 answers
  • Does Girard succeed in presenting a valid interpretation of Hamlet?
    13·1 answer
  • Kate is the best ________ the three.<br><br> (A) in<br><br> (B) from<br><br> (C) than<br><br> (D) of
    11·2 answers
  • Read the excerpt from “ Crossing Brooklyn Ferry.”
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!