Home / Python Tips Generated By ChatGPT / Using sum() for Totals in Python Calculate the sum of items in a sequence. Source Code print(sum(numbers))