algpy_src.base.utils.print_gap# print_gap(n=3)# Prints n empty rows. Parameters: n (int (default 3)) – Number of rows to print. Return type: None