This commit is contained in:
2023-07-21 18:43:49 +02:00
commit 85a90a8fc1
9 changed files with 509 additions and 0 deletions

3
tasks.py Normal file
View File

@@ -0,0 +1,3 @@
def example_task(n: int) -> int:
""" Example task"""
return n**n