Answer:
Explanation:
The following code is written in Python. It asks the user for an input. Then cleans the input using regex to remove all commas, whitespace, and apostrophes as well as making it all lowercase. Then it reverses the phrase and saves it to a variable called reverse. Finally, it compares the two versions of the phrase, if they are equal it prints out that it is a palindrome, otherwise it prints that it is not a palindrome. The test case output can be seen in the attached picture below.
import re
phrase = input("Enter word or phrase: ")
phrase = re.sub("[,'\s]", '', phrase).lower()
reverse = phrase[::-1]
if phrase == reverse:
print("This word/phrase is a palindrome")
else:
print("This word/phrase is NOT a palindrome")
Answer:
Click on an answer, then click "Add Answer +(?)"
Explanation:
This way you'll be able to add a question to any brainly question that you are able to add a question to. Such as this one. You will receive half the points that the person asking the question assigned to the question, with the minimum being 10 points. After this you will receive those points and be able to write a response much like this one allowing you and 1 other person to answer the same question and received thanks and or brainliest by which the user asking the question can give out to the person who they believe gave the best answer.
Hope this helps! <3
The [sub]domain name is part of the <span>Uniform Resource Locator (URL). URLs also have the protocol path, optionally a port number, filename and arguments too.</span>
More info than you want:
Syntax of a URL:
protocol://machineName.domain.name:port/path/to/fileName?arg1=something&arg2=somethingElse
<span>Internet
addiction is a growing social issue in which is being debate worldwide nowadays.
A psychologist doing basic science and a psychologist practicing applied
science differ in the approach with regards to this problematic computer use
issue or Internet addiction. A psychologist doing science approach made their
research in order to explain what is the issue or problem all about while the
psychologist practicing applied science use the principles to after or solve
the issue or problem. </span>
Answer:
trained and capable joint force.
Explanation:
The joint force development policy is in regards to the training and recruitment of military officials, to improve or promote the growth and speedy development of recruits in the United States military.
Several aspects of military training are given to officials by joint parties from different but collaborating organizations. Joint education, deployment, and dissemination of employment various members of the armed forces are encouraged.