Home
Python Tutorial
Introduction
Data Type
Statement
Operator
String
Tuple
List
Dictionary
Collections
Function
Class
File
Buildin Function
Buildin Module
Database
Regular Expressions
Thread
Tkinker
wxPython
XML
Network
CGI Web
Windows
Menu
Create a list from a string : Convert to list « List « Python Tutorial
Python Tutorial
List
Convert to list
print list(
'Hello'
)
7.6.Convert to list
7.6.1.
Create a list from a string