Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 15, 2018 16:31
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 parzibyte/6b8bc4d941455657cbdba64a31122768 to your computer and use it in GitHub Desktop.
Save parzibyte/6b8bc4d941455657cbdba64a31122768 to your computer and use it in GitHub Desktop.
def get_size(w,h,d):
return [(w * d * 2) + (h * d * 2) + (w * h * 2), w * h * d]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment