Which of the following statements are true? (Select two answers)
A . Python strings are actually lists
B . Python strings can be concatenated
C . Python strings can be sliced like lists
D . Python strings are mutable
Answer: BC
Explanation:
Reference: https://docs.python.org/2/tutorial/introduction.html