PCEP 3.4 Flashcards
(3 cards)
1
Q
What is the format of a function?
A
result = function(arg)
2
Q
What is the format of a method?
A
result = data.method(arg)
3
Q
add an element to the end of a list
A
list.append(value)