Implemented nth permutation function.
This commit is contained in:
7
python/e036.py
Normal file
7
python/e036.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def euler_036():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("e036.py: {}".format(euler_036()))
|
||||
assert(euler_036() == 55)
|
||||
Reference in New Issue
Block a user