Italy had a monarchy in the 1800s
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 main reason why Spain decided to support Columbus' voyages of exploration was because he promised that he would bring gold and spices back from the New World. Another reason was that the Spanish Crown was interested in spreading Christianity.
Answer:
True about rainchecks is originated in the 1880s in the USA in reference to baseball games.
Answer:
The Lend-Lease Act, approved by Congress in March 1941, had given President Roosevelt virtually unlimited authority to direct material aid such as ammunition, tanks, airplanes, trucks, and food to the war effort in Europe without violating the nation's official position of neutrality.
So I believe its D