How do you Recognise neglect

Poor growth or weight gain or being overweight.Poor hygiene.Lack of clothing or supplies to meet physical needs.Taking food or money without permission.Hi...

How do you sum a list

Read input number asking for length of the list using input() or raw_input() .Initialise an empty list lst = [] .Read each number using a for loop .In the...