def S24(): accu = 0 for k in range(0,24): accu = accu + de() return accu