Answer:
Picture but most likely one answer would be Cold War
Explanation:
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 caste system is a system that divides Hindus into four main categories - Brahmins, Kshatriyas, Vaishyas and the Shudras. Sorta like a pyramid of food groups in health. These castes were based on peoples daily jobs/occupations. Outside of the caste system there were the untouchables or otherwise known as the "the Dalits".
Hope I could help! :)
Hi!
Benito Mussolini was the dictator of Italy during WWII and put Italy under a fascist government.
Hope this helps :)
The final step of the Decision Making Process which is the step of Reviewing the results of such decision is very important.
This step is important for Company Z once they decide to implement them because it serves as a summary for the company's plans and actions.
<h3>What is decision Making.</h3>
Decision making is the process of making choices by identifying a decision, gathering information, and assessing alternative resolutions.
decision making involve five main steps which include the following.
- Clarify the question
- Gather information
- Evaluate the options
- Act on the final decision
- Review the results
Learn more about decision Making at brainly.com/question/1249089
#SPJ1