Created
June 26, 2015 22:41
-
-
Save kellegous/5a9f15db19411bbe34c7 to your computer and use it in GitHub Desktop.
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
| 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