5 or 7 I believe Good luck!
Answer:
See Explaination
Explanation:
def listmax(lst):
largest = None
for num in lst:
if largest is None or num > largest:
largest = num
return largest
mylist = [10, 20, 30]
x = listmax(mylist)
print(x)
Answer: It’s not soft skills
Explanation: My test did not tell me what the answer is
Answer:
Negative coping mechanism deals with Substance dependence, abuse, and use; anger, violent mentality, risky mentality, dangerous mentality, reminders such as trauma, etc.
The positive coping mechanism can be like an attempt to transform or change the issue into something other than that. As an example, it can be like converting a stressful situation into a positive situation.
Explanation:
Please check the answer section.