• + 0 comments

    or using an in-built function is_integer()

    return sum([ii for ii in range(1, n+1) if (n/ii).is_integer()])