Explanation: max returns the character with the highest ascii value.
Problem Solving and Python Programming MCQs | Page - 7
Dear candidates you will find MCQ questions of Problem Solving and Python Programming here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Explanation: l occurs twice in hello.
Explanation: returns lowest index.
Explanation: returns highest index.
Explanation: starts with checks if the given string starts with the parameter that is passed.
Explanation: add is another method that can be used for concatenation.
Explanation: execute in shell to verify.
Explanation: execute in the shell to verify.
Explanation: \is used to indicate that the next
Explanation: execute help(string.strip) to find details.
Jump to