a = ['spam', 'eggs', 100, 1234]# Insert some:a[1:1] = ['bletch', 'xyzzy']print aa[:0] = a # Insert (a copy of) itself at the beginningprint a
Name (required)
email (will not be published) (required)
Website