Created
August 30, 2017 21:28
-
-
Save kkabdol/364b1ab56b0cb3a7e58a4882429fa539 to your computer and use it in GitHub Desktop.
Code snippets for Python3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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