Answer:
B.
Explanation:
Because it talks about peer pressure. Harold said his friend is being chickened.
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:
Thomas has psychological disorder
Explanation:
Thomas is suffering from a psychological disorder called as OCD or obsessive compulsive disorder.
It is a condition where the person has some obsessions about something, which he cant overcome and in response of these, he performs some actions or compulsions. These behaviours are performed frequently and they are not in control of the person
Now Thomas has some obsession of counting and in response to that he keeps on counting I sets of four