Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created October 15, 2021 15:30
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/4df4037e818ee44a79cd919d8632b778 to your computer and use it in GitHub Desktop.
Save h3ik0th/4df4037e818ee44a79cd919d8632b778 to your computer and use it in GitHub Desktop.
# combine the names of the metrics and their values via zipping to a list of tuples
acc_list = list(zip(acc_names, acc_values))
acc_list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment