Source code for sample
import sys
# Some comment
[docs]def zeta_fn_complete_solution():
"""See comments for sketch of the proof
"""
# proof will be added to the docs by end of June 2020
solution = 42
return solution
if __name__ == "__main__":
myclass = MyClass(6)
print(my_fun(myclass.blee))
sys.exit()