X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fcalc;h=7f4b0357c4542a31c1d03490f7360c010ea40111;hb=705c4fe91473507d6c89e4e63123c7b6b30a9048;hp=a71e7836b2906064c43f6e880b69831ee49bbb23;hpb=4b88b73bd65cf8efe54d18cca02a871df7e77b61;p=config%2Fdotfiles.git diff --git a/bin/calc b/bin/calc index a71e783..7f4b035 100755 --- a/bin/calc +++ b/bin/calc @@ -9,3 +9,5 @@ def binom(n,k): return reduce(lambda a,b: a*(n-b)/(b+1),xrange(k),1) print "Welcome to the ultimate calculator."' + +# vim: ft=python