Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created June 26, 2015 22:41
Show Gist options
  • Select an option

  • Save kellegous/5a9f15db19411bbe34c7 to your computer and use it in GitHub Desktop.

Select an option

Save kellegous/5a9f15db19411bbe34c7 to your computer and use it in GitHub Desktop.
import math
print(4 * math.pi * math.pow(5, 3) / 3)
# run this with python3 ex2.4.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment