Log all pairs of array

Run Settings
LanguagePython
Language Version
Run Command
#Log all pairs of array boxes = [1, 2, 3, 4, 5]; def log_all_pairs_of_array(arr): for i in boxes: for j in boxes: print(i,j); log_all_pairs_of_array(boxes) # O(n^2)
Editor Settings
Theme
Key bindings
Full width
Lines