Say I have: list = [1, 2, 3] What is the standard way to add 4 to the end of the list? I know: list = list + [4] would work. What else is there? -- reaching out to embrace whatever may come