String to Character Array

Convert a string to an array of characters.

Code

General
list(s)

Parameters

The string to convert

Server

More Python Snippets