2016-12-05から1日間の記事一覧

Studied Sigma in Python

#Sigma Test (C)Tsubasa Kato 2016 #Visit http://www.superai.online for my upcoming project. #Credits: Sigma Code from: #http://tjleone.com/mathematical-puzzling-in-python-sigma.htm def f(x): return 2*x + 1 def g(x): return (x-1) * (x-3) def…