sum(range(10),-1) in python code example Example: how to use sum with range python res = sum(x for x in range(100, 2001) if x % 3 == 0)