Tetration

This commit is contained in:
2023-07-16 22:08:14 +02:00
parent 910504b0d7
commit 4bc8d64e38

2
tetration.py Normal file
View File

@@ -0,0 +1,2 @@
n = float(input())
print(n ** (1 / n))