Files
kattis/tetration.py
2023-07-16 22:08:14 +02:00

3 lines
39 B
Python

n = float(input())
print(n ** (1 / n))