# TODO: Everything import numpy as np # Let's do some magic indexing a = np.array([1 2 3 4 5 6]) b = a[a >= 4] for c in b: print(c) # Wow! That was really cool!SQLSaved to variable<none>SELECT * FROM users AS u