Instantly share code, notes, and snippets.
Lists
[1, 2, 3, 4, 5]
Power operator (2^5)
2 ** 5
Square root (power operator trick)
9 ** 0.5