dxdy/app/tasks.py

4 lines
73 B
Python

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