Thomas

8%
Flag icon
It is easy to concatenate lists together: x = [1, 2, 3] x.extend([4, 5, 6])     # x is now [1,2,3,4,5,6]
Data Science from Scratch: First Principles with Python
Rate this book
Clear rating