A calculator stores the result of the previous calculations in its memory as a list. You want to access the last calculation, but you don't know how many calculations there were in total.
Work with the calculations variable and print the last calculation.