Patricia dwyo
About
-
Posted Answers
Answer
How to install java in AWS EC2 instance? ; ## Amazon Linux. sudo amazon ; ## RHEL/CentOS. sudo yum ; ## Debian/Ubuntu. sudo apt ; ## Fedora. sudo dnf ; ## Windows ยท @.
Answer is posted for the following question.
Answer
Laser hair removal care at Mayo Clinic
Answer is posted for the following question.
What is behind in laser hair removal?
Answer
Microaggressions are actions that are hostile, disrespectful, or negative towards a group.
People can communicate these actions in subtle ways if they choose to.
There are some examples of racial microaggressions
The experts define three types of microaggressions.
Micro attacks occur when people behave in a way that is not in line with their beliefs.
A person may believe that their actions are not harmful because they did not mean to be racist.
Some examples of micro attacks.
Micro-insults are a form of micro-aggression in which people unintentionally communicate discrimination to other people.
Micro-insults are just as damaging as micro-attacks.
People want to praise and these micro-insults are detrimental.
An example of a racial micro-insult that a black person may experience is someone telling them that they are so eloquent.
Other examples include giving racist comments on online dating apps.
Negative racial stereotypes can be conveyed by people who say things that appear to be nice. For example,
Answer is posted for the following question.
How to answer race question?
Answer
import re
mystr = I want to Remove all white \t spaces, new lines \n and tabs \t
print re.sub(r\W, ", mystr)
Output : IwanttoRemoveallwhitespacesnewlinesandtabs
Source: StackOverFlow
Answer is posted for the following question.
How to remove tab space from string in python (Python Programing Language)