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
And he pictured his life, how he lived in two worlds.<br> 3<br> Is this a metaphor?
Whitepunk [10]
I don’t think so, it’s not really comparing anything
7 0
3 years ago
Help please my Journalism Class!!!!! I think its B but not sure... From Businesses Intensify Pitch for 'Savviest Generation Ever
aleksley [76]
I believe it’s answer choice A. Even though it does say that they are estimated to spend 155 billion dollars, they are asking questions related to spending money, such as where they shop and what books they like and so on.
8 0
3 years ago
Read 2 more answers
Why does Antony befriend the conspirators immediately after the assassination
KonstantinChe [14]

Answer:

I don't know, since I haven't read the story,, but I would like to guess it's because he is afraid that they would target nim next.

5 0
3 years ago
Helppppppppppppppppppp
zalisa [80]

Answer:

give time and effort

pay 100%

Review

Have an adult check your work

Do the bonus questions

Be on time

Turn it in early

Be complex

THESE ARE THE MAIN POINTS!

5 0
3 years ago
What are some things that are attracted?
34kurt

Answer:

metal. iron. steel.

Explanation:

5 0
2 years ago
Other questions:
  • Does the word poetic have a long E sound
    15·2 answers
  • In 200-250 words, discuss how Rosa Parks required both physical and moral courage when she refused to give up her seat on a Mont
    6·1 answer
  • What is a question to ask yourself if you are trying to decide if something is
    6·2 answers
  • Which of the following characters can be described as flat?
    11·2 answers
  • Is this sentence correct? I just wrote it and my English is not that good
    13·2 answers
  • I need to know about my night homework
    5·1 answer
  • ead Lincoln’s statement from "The Gettysburg Address." Four score and seven years ago, our fathers brought forth upon this conti
    15·1 answer
  • Given below are the details of the life of the great cricketer Virat Kohli. Prepare his profile using the hints' 5 Born : Novemb
    5·1 answer
  • Part A: Which of the following best describes a central idea of the text? A. Revenge is a moral and legal crime. B. Revenge and
    14·1 answer
  • 2
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!