if len(errdict) == 21: for k, v in errdict.items(): if k == 'packets output' or k == 'bytes': continue print(k, v) print()
↧
Answer by wegrata for print dictionary minus two elements
↧