modulo string additions interacting between print lines
Im printing 2 lines that both use \r and % to replace a either %d or %s in their own print lines. Problem is they seam to get crossed over with one another. def pinging(): average_list = [] max_list = [] host_list = host_string(ptype) numberitems = len(host_list) counter = 0 for i in range(0,len(host_list)): counter… Read More modulo string additions interacting between print lines