Skip to content

Instantly share code, notes, and snippets.

@kkabdol
Created August 30, 2017 21:28
Show Gist options
  • Save kkabdol/364b1ab56b0cb3a7e58a4882429fa539 to your computer and use it in GitHub Desktop.
Save kkabdol/364b1ab56b0cb3a7e58a4882429fa539 to your computer and use it in GitHub Desktop.
Code snippets for Python3
// Degrees <-> Radians
import math
math.radians(deg)
math.degrees(rad)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment