first homework
This commit is contained in:
@@ -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 "."
|
||||
|
Reference in New Issue
Block a user