People believe God . so German ruler know people mind . He was coverage people mind machnism . He was challenging to political power
Answer: The federal and state governments share powers, but federal has the majority.
Explanation: Federalism operates through institutions. It is a scheme of sharing political competences between government institutions at different levels of government.
Answer: 1
Explanation:
The main goals of gerrymandering are to increase the effect of supporters' votes and to decrease the effect of opponents' votes.
Hope it helps!
<span> The Congo was run essentially as a personal fiefdom by the Belgian King Leopold I, who used a great deal of brutality in an effort to essentially extract as much wealth as possible, primarily in the form of rubber, from the colony. Coercive tactics such as mutilation and execution were commonly used in order to ensure compliance. </span>
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: