double takesmooth([int n = 4]) { try { return (pysublist(-n - 1, -1)).sum / n; } catch (e) { return 0; } }