PCEP 2024 > PCEP 3.4 > Flashcards
What is the format of a function?
result = function(arg)
What is the format of a method?
result = data.method(arg)
add an element to the end of a list
list.append(value)