BlackFriday 2024! 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
2 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
2 months ago
Why do you think B and D are valid?
upvoted 0 times
...
Lemuel
2 months ago
I disagree, I believe B and D are the valid ones.
upvoted 0 times
...
Edgar
3 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
2 months ago
Time to upgrade, folks!
upvoted 0 times
...
Darrin
2 months ago
A) and B) are the way to go.
upvoted 0 times
...
...
Helene
3 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
2 months ago
C) sort\' (\'python\')
upvoted 0 times
...
Cassie
2 months ago
A) sorted (\'python'')
upvoted 0 times
...
...
Beth
3 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
3 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
2 months ago
D) \'python' ,find (\' \')
upvoted 0 times
...
Mica
2 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
2 months ago
B) \'python\' .sort ( )
upvoted 0 times
...
Zoila
2 months ago
A) sorted (\'python'')
upvoted 0 times
...
...
Celia
3 months ago
I think A and C are valid invocations.
upvoted 0 times
...
Willow
3 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
2 months ago
B) \'python\' .sort ( )
upvoted 0 times
...
Wei
3 months ago
A) sorted (\'python')
upvoted 0 times
...
...
Delsie
3 months ago
I agree with Adelina, B is incorrect. A and C are the valid invocations.
upvoted 0 times
...
Adelina
3 months ago
But 'python'.sort() is not a valid invocation, it should be sorted('python').
upvoted 0 times
...
Keneth
4 months ago
I disagree, I believe B and D are the correct ones.
upvoted 0 times
...
Adelina
4 months ago
I think A and C are valid invocations.
upvoted 0 times
...

Save Cancel