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
otez555 [7]
3 years ago
15

Can you sort by reading the string in reverse in python?

Computers and Technology
1 answer:
STatiana [176]3 years ago
7 0

Explanation:

# Let our string is brainlycom

Main = "brainlycom"

# First we will print the original string.

print("The original string : " + str(Main))

#Now Reverse Sort a String

Reverse_Sort= ''.join(sorted(Main, reverse=True))

print("String after reverse sorting : " + str(Reverse_Sort))

After running the above code you will get the result:

The original string : brainlycom

String after reverse sorting : yronmlicba

You might be interested in
Define the term loop rule.
Triss [41]

Answer:

voltage differences

Explanation:

5 0
3 years ago
Operating systems are often written in ________, a very low-level computer programming language that allows the computer to oper
liberstina [14]

Answer:

"Assembly language" is the correct answer for the above question.

Explanation:

Missing information :

  • The word after the and is missing which is "efficiently".

Detailed Explanation :

  • The assembly language is a low-level language that is used to operate the system or any controller or any system programming. The c language is also used for the purpose which is done by the assembly language but it comes in the categories of a high-level language.
  • But some times the assembly language is used but this comes in the categories of a low-level language. So it is the correct answer for the above question because the question asked about the low-level language which is assembly only.
4 0
4 years ago
I recorded a video on my windows PC, but when i tried to play it i got this message:
Anit [1.1K]

Answer:

yes. Look up popular video repair sites and download it (unless its online) but dont just go clicking on random things you dont want to give yourself a virus XD

Explanation:

7 0
2 years ago
Read 2 more answers
What is a motherboard?
laila [671]

Answer:

A mother board is something that helps a electronic run im guessing

Explanation:

6 0
3 years ago
Read 2 more answers
What key do you press so you can switch tabs quickly?
ss7ja [257]
Alt and tab to switch to open applications
4 0
3 years ago
Other questions:
  • Which of these is an on-site metric for social media marketing?
    13·1 answer
  • Here are the codes for producer and consumer problems.
    10·1 answer
  • Given that two int variables, total and amount, have been declared, write a sequence of statements that: initializes total to 0
    14·1 answer
  • State whether true or false.
    6·1 answer
  • Stating a document is PDF or XPS document refers to document _______​
    10·1 answer
  • Does anyone know? If you do please answer.
    9·1 answer
  • How do you change your age on Brainly?
    10·1 answer
  • Write a program that allows the user to enter a time in seconds and then outputs how far an object would drop if it is in free f
    7·1 answer
  • Question 7 (True/False Worth 3 points)
    8·2 answers
  • This seems like a good time to ask the basic question, “How’s it going in class?” Feel free to offer constructive feedback about
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!