def print_rectangle(n, m) : for i in range(1, n+1) : for j in range(1, m+1) :

× How can I help you?