Answer:
Indent the line below the if statement
Explanation:
In python,
<expr> is an expression evaluated in Boolean context,
<statement> is a valid statement, which must be indented.
If <expr> is true then <statement> is executed. If false, <expr> , the <statement> is skipped over and is not executed.
An example of such statements is:
>>> num_1 = 3
>>> num_2 = 6
>>> if num_1 < num_2:
... print('yes')
This statement is true and will be printed. However, if the statement were to be false, that is :
>>> if num_1 > num_2:
... print('yes')
This statement is skipped over and will not be executed.
Answer:
transition points
Explanation:
Transition points are the different stages in a person’s life which signifies a milestone.
Such milestones are never forgotten and may vary according to individuals. For an event to be very influential then it explains the importance. Such transition points form a part of shaping a person’s life.
In the question ,influential events that happened during their college careers shows that people don’t forget the necessary transition points.
Answer:
An employee of a popular hardware store who invests only in that company's stock
Explanation:
This investor is putting all his eggs into one basket. He is also magnifying his risk by investing in his employer. If his company was to file for bankruptcy, he would lose the value of his stocks as well as his job.