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
Which label best fits the following text? Sir Isaac Newton, the first person who studied gravity seriously, discovered what is k
egoroff_w [7]
This is a form of an informative and descriptive way of writing. The aim of this style of writing is to generate knowledge and thinking for the readers. The way the general thought of the law of universal gravitational was described was very detail, which gives enough information to the reader at hand.
6 0
3 years ago
Read 2 more answers
How does the speaker MOST LIKELY feel about the disappearance of the animals
Reil [10]

Answer:

give anwsers

Explanation:

pls

6 0
3 years ago
Which is the topic sentence of the following paragraph?
GREYUIT [131]
The answer is c the support guves the information
4 0
3 years ago
Read the paragraph. Is the food industry trying to make us fat? Many believe the answer to that question is yes. Between the ove
svet-max [94.6K]

Hello there!

Correct answer is: illustration/example. They are giving examples, providing reasons and illustrating us about the situation.

Hope this helps!

If yes, please, mark brainliest :)

Have a good night.

5 0
3 years ago
What is the first practical question you should ask before you begin writing?
mel-nik [20]
You should ask yourself: "Who are my readers?"
8 0
3 years ago
Read 2 more answers
Other questions:
  • Since I had never analyzed a piece of art before, I needed the tour guide to _____ the artwork for me.
    7·1 answer
  • What are some things that characters lesrn they have in common as human begins regardess of their differnt cultures
    12·1 answer
  • One important character trait which helps Levi to compete well is revealed in the first paragraph. It is that
    13·2 answers
  • What is an action verb
    14·1 answer
  • 1. _____ concerns a person's thoughts. 2.______ deals with feelings.
    10·1 answer
  • 100 POINTS PLEASE HELP ASAP!!!!!
    8·2 answers
  • What is a warrant in an argument essay?
    7·1 answer
  • What is the "mystery hidden from ages and from generation past" that st.paul talking about?​
    7·1 answer
  • Read the salutation from a formal letter.
    7·1 answer
  • I
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!