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
Write an introductory paragraph for an essay called bugs in my backyard
juin [17]
Lol im assuming Alex is right ??
8 0
3 years ago
What did Atticus mean when he said, “You children last night made Walter Cunningham stand in my shoes for a minute. That was eno
qwelly [4]
Thanks for the point
5 0
2 years ago
Read 2 more answers
PLZ HELP ME<br> ITS FOR AN IMPORTANT TEST PLZ
Leviafan [203]

Answer:

C?

Explanation:

I haven't read these texts, so I have no context whatsoever, but C makes the most sense in my opinion.

-hope it helps

4 0
3 years ago
Help Me! Please (14 pts) am I right
jonny [76]
What the problem about the captuine is blurry
8 0
3 years ago
Hiii frnds , i am from india,anyone like to be my friend ​
N76 [4]

Answer:

yeah

Explanation:

7 0
3 years ago
Read 2 more answers
Other questions:
  • Which situation is the best example of a hero's inner conflict?
    6·2 answers
  • Ummm can someone tell me when I will ever need trigonometry in life life like why?
    13·1 answer
  • Be a gal full sort of person rather than half empty. What literary device is this and why
    11·1 answer
  • Question comes from ‘Jihyun Park: Defector. Refugee. Survivor. Freedom Fighter for North Koreans.
    12·1 answer
  • After feeling horrible for a week, the woman finally decided to see a doctor with a fever and a severe cough.
    6·2 answers
  • Near the city, Gulliver was
    8·1 answer
  • Hi, I need help with 1 word in a song that I don't understand it says.
    8·1 answer
  • You must answer the question. Write your answer in 125 - 150 words in an appropriate style.
    8·2 answers
  • Can someone pls write a monologue pls?
    7·1 answer
  • Kimball Peak Janie took one step, then another, then another. Her legs shook as her sneakers dug Into the hard-packed earth of K
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!