Answer:
A & C but try C if this is not multiple choice
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:
Answer:
The political goal for farmers was lower prices for grain storage.
Answer:
Grant, loan and disbursement ; increasing tax.
Explanation:
On the goverment side to help growth of industries, grant which are consider as free gifts which is not expected to be paid back, loans is also the money that the government gives out to companies but unlike Grant, loans are meant to be paid back with interest. Disbursement are money paid out to run a business.
The industries, having been established are prone to tax by the government. A business which was not taking shape but was help by goverment funds of either Grants or loan is expected to pay tax once the company start booming.
So, if we are to fill in the gap in the question, we will have;
" GRANTS, LOAN AND DISBURSEMENT paid to a business by the government usually has the effect of lowering cost and increasing TAX "
Please note that the capitalized words are the missing words in the gap.
Answer:
A plurality has the largest number while a majority is more than 50 percent of the total votes.
Explanation: