deconforma/app/tasks.py

4 lines
73 B
Python
Raw Normal View History

2024-06-24 14:45:06 +00:00
def example_task(n: int) -> int:
""" Example task"""
return n**n