flask-skaf/tasks.py
2023-07-21 18:43:49 +02:00

4 lines
73 B
Python

def example_task(n: int) -> int:
""" Example task"""
return n**n