from math import*
def liste(n):
  return([i*pi/n for i in range(n+1)])
  