Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 11)
11.
Which of the following is not a valid string method?
split()
join()
append()
upper()
Answer: Option
Explanation:
While lists have an append() method, strings do not. The split(), join(), and upper() methods are all valid string methods in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.