ch01_capacite7_2.py

Created by manuel-2de-indice2019

Created on October 08, 2019

99 Bytes


def prog(n):
  a=n-1
  b=n+1
  c=a**2+b**2+n**2
  d=c-2
  d=d%3
  return(d)