Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Python Institute Exam PCAP-31-03 Topic 8 Question 71 Discussion

Actual exam question for Python Institute's PCAP-31-03 exam
Question #: 71
Topic #: 8
[All PCAP-31-03 Questions]

Which of the following invocations are valid? (Select two answers)

Show Suggested Answer Hide Answer
Suggested Answer: A, D

Contribute your Thoughts:

Lemuel
11 months ago
Because 'sort' is a method that can be called on a list, and 'find' is a method that can be called on a string.
upvoted 0 times
...
Celia
11 months ago
Why do you think B and D are valid?
upvoted 0 times
...
Lemuel
11 months ago
I disagree, I believe B and D are the valid ones.
upvoted 0 times
...
Edgar
11 months ago
A) and B) are the way to go. But if you ask me, the real question is why we're still using Python 2 syntax in 2023. Time to upgrade, folks!
upvoted 0 times
Francine
11 months ago
Time to upgrade, folks!
upvoted 0 times
...
Darrin
11 months ago
A) and B) are the way to go.
upvoted 0 times
...
...
Helene
11 months ago
You know, if I had a nickel for every time I've seen a question like this, I'd be rich enough to buy a new computer to take the test on.
upvoted 0 times
Gilberto
11 months ago
C) sort\' (\'python\')
upvoted 0 times
...
Cassie
11 months ago
A) sorted (\'python'')
upvoted 0 times
...
...
Beth
12 months ago
D) is definitely not valid. What's with the random comma and the empty string? Whoever wrote this question is trying to confuse us.
upvoted 0 times
...
Margo
12 months ago
I'm surprised C) is not a valid option. It looks like a valid function call to me. Maybe the Python gods are playing tricks on us.
upvoted 0 times
Gearldine
10 months ago
D) \'python' ,find (\' \')
upvoted 0 times
...
Mica
10 months ago
User Comment: I'm surprised C) is not a valid option. It looks like a valid function call to me. Maybe the Python gods are playing tricks on us.
upvoted 0 times
...
Alton
11 months ago
B) \'python\' .sort ( )
upvoted 0 times
...
Zoila
11 months ago
A) sorted (\'python'')
upvoted 0 times
...
...
Celia
12 months ago
I think A and C are valid invocations.
upvoted 0 times
...
Willow
12 months ago
A) and B) are the valid options. sorted() is a built-in function that returns a new sorted list, while .sort() is a list method that modifies the list in-place.
upvoted 0 times
Dierdre
11 months ago
B) \'python\' .sort ( )
upvoted 0 times
...
Wei
11 months ago
A) sorted (\'python')
upvoted 0 times
...
...
Delsie
12 months ago
I agree with Adelina, B is incorrect. A and C are the valid invocations.
upvoted 0 times
...
Adelina
1 years ago
But 'python'.sort() is not a valid invocation, it should be sorted('python').
upvoted 0 times
...
Keneth
1 years ago
I disagree, I believe B and D are the correct ones.
upvoted 0 times
...
Adelina
1 years ago
I think A and C are valid invocations.
upvoted 0 times
...

Save Cancel