Thomas

8%
Flag icon
x, y = 1, 2     # now x is 1, y is 2 x, y = y, x     # Pythonic way to swap variables; now x is 2, y is 1
Data Science from Scratch: First Principles with Python
Rate this book
Clear rating