solveRatio.py

# NE PAS AJOUTER D'INSTRUCTION import / from :-)
# Utiliser uniquement le langage Python de base sans package !

def solveRatio(phi) :
  x = [0.75,0.25]
  return x