问题描述如图,谢谢各位大佬。python课的作业,各位大佬帮忙看看
def print_lines(char,times,rows): row = 0 while row < rows: print_line(char,times) row += 1
这样???