Out of the following, which function cannot be used for customization of charts in Python?
a. xlabel()
b. colour()
c. title()
d. xticks()
Answers
Answered by
7
Answer:
I m not sure but I think it should be
c. title
Answered by
1
The function cannot be used for customization of charts in python the title().
Explanation:
title():
- The title() function in Python is a Python String Method that returns a new string after converting the initial character in each word to Uppercase and the remaining characters to Lowercase in the string.
- lower(): The lowercase function in Python transforms the supplied string.
- upper(): The input string is converted to uppercase title using the python
- Title():The function transforms the input string to proper or title case in Python. That is, all words begin with an uppercase letter and end with a lowercase letter.
Similar questions