PCEP 3.4 Flashcards
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)
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)