first homework

This commit is contained in:
Jan-Niclas Loosen
2025-04-18 20:28:21 +02:00
parent 26118be87f
commit 17875d57cb
5 changed files with 66 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
from binseq import REAL
from math import isqrt # integer sqrt
# Theorem 3.1 (2)
def one_third(n):
if n == 1: return "."