Skip to content

Instantly share code, notes, and snippets.

@shreyansb
Created October 24, 2011 03:08
Show Gist options
  • Save shreyansb/1308278 to your computer and use it in GitHub Desktop.
Save shreyansb/1308278 to your computer and use it in GitHub Desktop.
interactive python tip
>>> import math
>>> math.pi / 3
1.0471975511965976
>>> angle = _
>>> math.cos(angle)
0.50000000000000011
>>> _
0.50000000000000011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment