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
Repetition ( * ) : Concatenate « List « Python Tutorial
Python Tutorial
List
Concatenate
num_list = [43, -1.23, -2, 6.19e5] print num_list * 2 print num_list * 3
7.5.Concatenate
7.5.1.
Adding Sequences
7.5.2.
Operators
7.5.3.
List Operators
7.5.4.
Repetition ( * )