PCEP 3.4 Flashcards

1
Q

What is the format of a function?

A

result = function(arg)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the format of a method?

A

result = data.method(arg)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

add an element to the end of a list

A

list.append(value)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly