Practice the exact questions companies are asking right now.
Implement a function print_number_lines(n) that prints n lines, where the i-th line contains the integers from 1 to i separated by spaces (e.g., n=3 p...