You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To split a string into characters, convert it to a list, and you'll get a list of separate characters. Of course, you can access individual characters directly by indexing a string.