Created
March 21, 2017 20:55
-
-
Save egeucak/0a0e661d24cd8e49c3fd41df65501104 to your computer and use it in GitHub Desktop.
Revisions
-
egeucak created this gist
Mar 21, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ import math def islem(N): return (N*math.log(N,2) + 9*N + 55) print(islem(220) / 1000000)