Answer:
1764 - The Sugar Act is passed by the English Parliament to offset the war debt brought on by the French and Indian War and to help pay for the expenses of running the colonies and newly acquired territories. ... 1764 - The Currency Act prohibits the colonists from issuing any legal tender paper money.
Explanation:
The main way in which geography affected the lives of those living in West Africa was that its location on the west coast of Africa led it to be a prominent place where slaves were shipped to the Caribbean--meaning that those who lived there were more likely to be captured and sold as slaves.
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:The withdrawal of French forces from Indochina.
Explanation:
it resulted in the unification of individual, self-governed German states.
Explanation:
- On July 19, 1870, the Franco-Prussian War began, a bloody military conflict in Western Europe that ultimately enabled the unification of Germany.
- The Franco-Prussian War was fought between the French Empire, which was at that moment ruled by Emperor Napoleon III (nephew of Napoleon Bonaparte) and the Kingdom of Prussia, ruled by Wilhelm I of the Hohenzollern dynasty.
- Prussia was supported by virtually all other German states (at that time Germany was not yet united but consisted of a number of states, such as the Kingdom of Bavaria, the Kingdom of Saxony, the Kingdom of Württemberg and the Grand Duchy of Baden).
Learn more on German unification on
brainly.com/question/880843
brainly.com/question/1317211
#learnwithBrainly