lower on Python string
Question
:
Which of the following will return 'jean-luc picard'?
Jean-Luc Picard.lower()
"Jean-Luc Picard".lower
"Jean-Luc Picard".lower()
lower("Jean-Luc Picard")
Answer
:
C - is the correct answer