Eli Whitney invented the Cotton gin
Explanation:
11) in the north hiring a substitute or paying 300 to the government and in the South hiring a substitute
12) The New York City draft riots (July 13–16, 1863), sometimes referred to as the Manhattan draft riots and known at the time as Draft Week,[3] were violent disturbances in Lower Manhattan, widely regarded as the culmination of working-class discontent with new laws passed by Congress that year to draft men to fight.
13 )In both peace and war a government generally has only three ways to raise money: it can tax, borrow, and print.
14) Passed by Congress on July 2, 1909, and ratified February 3, 1913, the 16th amendment established Congress's right to impose a Federal income tax.
15) The Union's industrial and economic capacity soared during the war as the North continued its rapid industrialization to suppress the rebellion. In the South, a smaller industrial base, fewer rail lines, and an agricultural economy based upon slave labor made mobilization of resources more difficult.
16) The South did experiment with using slave labor in manufacturing, but for the most part it was well satisfied with its agricultural ...
hope this helps.
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 correct answer is B) because women did fight to vote and do all sorts of things ..so they also fought to work in factories....Hope this helps plz mark brainliest !!! :)
Answer: E) separation of powers
Explanation:
The Line-item veto is a provision that allows an Executive authority such as a Governor or the President to cancel out parts of a bill enacted by Congress without having to veto the whole thing. Essentially it is a partial veto power that allows them to veto a bill only in part should they please.
Governors in 45 US States have this right but the President of the United States does not.
It is argued that this provision violates the principle of Separation of Powers amongst the Judiciary, the Legislature and the Executive.
This is because the Legislature should have exclusive power to construct the inner texts of a bill and the Executive should not be able to alter this content.