Answer:
Purchase of Alaska. But Seward had wanted to buy Alaska for a long time. Alaska is so large that the addition of this land would increase the size of the U.S. by nearly 20 percent. so a.
Explanation:
The correct answer is D) The federal government should be stronger than individual state governments.
Federalists felt strongly about this statement because when the state governments had more power than the federal government under the Articles of Confederation, the country was extremely disorganized. Due to state governments having so much power, there was no national currency, trade was difficult between states, and states were able to ignore federal laws. All of these issues made federalists believe that the federal government should have a stronger role in American society.
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:
Answer:
<u>Democracy is ineffective unless voters educate themselves on governing decisions. The structure of democracy depends upon the will of the majority. Democracy can encourage mob rule. The cost of democracy is something that many people don’t realize exists. Democracy requires more time to implement changes. The structure of a democracy is a person-first process. There is still the risk of creating a conflict of interest within the government. Democratic governments follow the “a chicken in every pot” system. Gridlock occurs frequently in democratic structures. It can require individual voters to accept an entire mandate for a single issue.</u>
<u />
<u>Hope this helped!</u>