To play expert because that’s the only one there and it’s theme related
Answer:
The user is prompted for input
# the input is assigned to user_tweet
user_tweet = str(input("Enter your tweet here:"))
# if statement to check if LOL is in the user_tweet
if('LOL' in user_tweet):
# If there is LOL in the user_tweet, it display
# LOL means laughing out lous
print("LOL means laughing out loud.")
# if there is no LOL in the user_tweet
# it display "There is no LOL in the tweet
else:
print("There is no LOL in the tweet")
Explanation:
The code is well commented and written in Python.
It prompts the user for tweet, then check if the tweet contains LOL, it there is LOL it displays "LOL means Laughing out loud" else it display "There is no LOL in the tweet".
Explanation:
The answer is c and that comes from personal experience
Answer: B. Southern leaders like Tom Watson began an anti-Semitic campaign against Jewish businesses.
Explanation:
Leo Frank was an American Jew who was accused of killing 13-year-old, Mary Phagan who worked in a plant in which he was the Superintendent. The case saw a lot of anti-Semitism spread across the United States especially in the South as people believed that the Jews wanted Leo Frank freed regardless of whether he was guilty or innocent.
Tom Watson was a Southern leader from Georgia where he was the editor of the Jeffersonian. In response to his political rival supporting Leo Frank, he unleased an anti-Semitic campaign and spoke against Jewish businesses and when Frank was imprisoned instead of executed, called for Frank to be lynched.