Answers

Answer 1

Answer:

Normally, It is a person of the opposite political belief that thinks that liberals/leftists are stupid for what they say. Most of the time, this "insult" is mostly used by Right-Winged Conservitives or used as a joke by leftists to show how funny it is when conservitives say it.

Answer 2

Answer:

it means a liberal r3tard. lib-tard

Explanation:


Related Questions

Write a program that prompts the user to enter a Social Security number in the format ddd-dd-dddd, where d is a digit. The program displays Valid SSN for a correct Social Security number or Invalid SSN otherwise.

Answers

ssn = input("Enter a valid Social Security number: ")

dashes = 0

nums = 0

message = "Invalid SSN"

if len(ssn) == 11:

   for x in ssn:

       if x.isdigit():

           nums += 1

       elif x == "-":

           dashes += 1

if nums == 9 and dashes == 2:

   message = "Valid SSN"

print(message)

I wrote my code in python 3.8. I hope this helps!

The program that prompts the user to enter a Social Security number in the format ddd-dd-dddd, where d is a digit can be implemented in Python using regular expressions. The regular expression pattern for the SSN format can be used to validate the input.

Pythons code:

```python

import re

ssn_pattern = re.compile(r'^\d{3}-\d{2}-\d{4}$')

ssn = input("Enter your Social Security Number (format: ddd-dd-dddd): ")

if ssn_pattern.match(ssn):

print("Valid SSN")

else:

print("Invalid SSN")

```

In the above code, we first import the `re` module to work with regular expressions.

We then define the regular expression pattern for the SSN format as `^\d{3}-\d{2}-\d{4}$`. This pattern matches any string that starts with three digits, followed by a hyphen, then two digits, another hyphen, and finally, four digits.

We then prompt the user to enter their SSN using the `input()` function. We then check if the entered SSN matches the pattern using the `match()` function of the regular expression object `ssn_pattern`.

If the SSN matches the pattern, we print "Valid SSN". Otherwise, we print "Invalid SSN".

Know more about SSN,

https://brainly.com/question/31778617

#SPJ4

"True or False? Software designers use layering and other techniques to organize large software systems."

Answers

Answer:

True.

Explanation:

Software design can be defined as the process in which a designer or software developer uses a set of tools, techniques and components to create a graphical representation of a software that is intended to be used for solving a problem for the end users.

Hence, software designers use layering such as presentation, business, database, persistence layers and other techniques to organize large software systems.

If anyone has the answer for this that would be really helpful!!

Answers

Hope this will help you...

Answer:

1.a

2.f

3.b

4.c

5.e

6.g

7.h

8.d

Explanation:

Which task can be completed with the Template Organizer?
A. grouping templates based on categories
B. adding styles from one template to another
C. listing template names in ascending order
D. defining the numbering properties of templates

Answers

Answer:

B is the answer

Explanation:

i just got it right

Answer:

b thats the answer bby <3

Explanation:

You have the opportunity to meet some droids and Wookies! Prompt the user for their name, then how many droids, and then how many Wookies they want to meet. Print out the name that was given, as well as how many droids and Wookies they wanted to meet. Here is an example of what you should print: Sean wants to meet 3 droids and 2 Wookies.

in phyton code

Answers

name = input("What's your name? ")

droids = int(input("How many droids do you want to meet? "))

wookies = int(input("How many wookies do you want to meet? "))

print(name + " wants to meet "+str(droids)+" droids and "+str(wookies)+" Wookies.")

I wrote my code in python 3.8. I hope this helps!

Order the steps for the correct path to adding defined names into a formula. Enter an equal sign into the cell. Type an open parenthesis and enter named cells instead of location. Type the function in caps.

Answers

Answer: Enter equal sign into the cell, Type the function in caps, and Type an open parenthesis and enter names cells instead of location.

Explanation: It's the correct order.

Answer:

Enter an equal sign into the cell

Type the function in caps

Type an open () and enter named cells instead of location

Explanation:

Other Questions
What is the slope of this function. f(x)=-3x+5 The thanksgiving turkey directions say you need to cook the turkey for 60 minutes for every 4 pounds of turkey. Your mom bought a 25 pound turkey. How many minutes should she cook it for? After reading A Smart Cookie, what is the most likely reason a reader might conclude that Esperanza will listen to her mother and study hard? Esperanza lists her mothers achievements. Esperanza listens to her mother singing opera. Esperanza admires her mothers sewing skills. Esperanza wants to know which train to take downtown. What was the date and place of Christopher brith Would your method of sharing the news (examples: text, email, face-to-face, phone call) vary for each audience? Why or why not?How does your word choice and tone differ between the different audiences? How might nonverbal communication play a role in the way you deliver your news?Note: Examples of nonverbal communication include body language, facial expressions, eye contact, proximity and/or physical contact, eye-rolling.How would your communication differ if youre sharing good news versus bad news? what does 5+5=is it 1is it 55is it 3is it 5is it 10 plz help :) will mark brainliest if correct please answer thanks uuuu EnglishEspaolHelTim bought an antique vase 15 years ago for $25. Today, the vase isvalued at $1,200. Tim knows the increase in the value followed anexponential growth pattern. Which equation can be solved to find r, therate of increase in the vase's value during the 15-year period? Juveniles right to proper placement could best be described as the right to be placedby themselves.separately from adult offenders.under parental or guardian supervision.with other juveniles. What is the equation of this line?y=1/2x-3y=-1/2x-3y=-2x-3y=2x-3 Which type of figurative language is used as an exaggeration to evoke strong emotion (metaphor simile hyperbole epithet) what happened before the murder in tell tale heart According to Jewish scripture, what role did Moses play in the Jewish faith? Kate owns a refreshment-stand business at the community ball park. She goes to a warehouse like Sam's and purchases snacks and canned soda that she will sell at her stand. Kate is considered a There are 2 sets of balls numbered l through 19 placed in a bowl. If 2 balls are randomly chosen without replacement, find the probability that the balls have the same number. Express your answer as a fraction in lowest terms or a decimal rounded to the nearest millionth. Which of the following might mean that Stephanie is tired? Each time the chef makes spaghetti sauce, he uses 2.3 ounces of olive oil and 1.5 cups of tomato sauce. Which statement is true? A The product of 5(2.3) means the chef has 11.5 fewer ounces of olive oil after making 5 servings of spaghetti sauce. B The product of 5(2.3) means the chef has 11.5 more ounces of olive oil after making 5 servings of spaghetti sauce. C The product of 5(1.5) means the chef has 7.5 fewer ounces of olive oil after making 5 servings of spaghetti sauce. D The product of 5(1.5) means the chef has 7.5 more ounces of olive oil after making 5 servings of spaghetti sauce. Please help!!............................. which of the following verbs does not take a -go ending in the first person singular, or yo form?A- pedirB_ salirC- venirD- Pomer