COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Output of:max(”please help ‘’)
|
please help
|
|
Error
|
|
p
|
|
s
|
Explanation:
Detailed explanation-1: -Python max() Function The max() function returns the item with the highest value, or the item with the highest value in an iterable.
Detailed explanation-2: -05. What is output for − min(”hello world”) Explanation: python considers a blank space character as the minimum value in a string.
There is 1 question to complete.