Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created October 15, 2021 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3ik0th/a17d516398d3c61e63b079ba43b08d9b to your computer and use it in GitHub Desktop.
Save h3ik0th/a17d516398d3c61e63b079ba43b08d9b to your computer and use it in GitHub Desktop.
# list comprehension for printing, without list of Nones
[print(k, ":", v) for k,v in acc_dict.items()]
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment