1.make the "x" list 2.select i 3.select n 4.press sum If you don't know what ∑ means, here it is: i is what item it starts with, and n is the item it ends with. it sums the items i to n in x. DONE
What I used: Variables, repeat, list blocks, operators, sensing, and looks(for buttons)