Tetration
This commit is contained in:
2
tetration.py
Normal file
2
tetration.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
n = float(input())
|
||||||
|
print(n ** (1 / n))
|
||||||
Reference in New Issue
Block a user