Answer:
Learned helplessness occurs when an individual continuously faces a negative, uncontrollable situation and stops trying to change their circumstances, even when they have the ability to do so
Explanation:
Example:
- a smoker may repeatedly try and fail to quit.
Answer:
Answered in Python
for i in range(21):
for j in range(i):
print(i, end=' ')
print(" ")
Explanation:
This iteration iterates from 1 to 20
for i in range(21):
This iteration iterates from 1 to current number
for j in range(i):
This prints the current number in the a number of times equal to itself
print(i, end=' ')
This enables printing on new line
print(" ")
Answer:
hey your answer is 2.......
<span>The energy from the sun is the major source of living for all the being on the earth surface. The transfer of this heat energy to earth from sun is done through solar radiation, thermal radiation, electromagnetic energy transmission and re-radiation. Solar radiation is caused through nuclear fusion reactions where as thermal radiation is caused through a form of light. Electromagnetic energy transmission includes several types of radiations like light, infrared radiation, x-rays and ultraviolet rays.</span>