bonjour, j'utilise python idle, et j'ai un problème pour appeler une fonction.

Ce que j'ai fait :
- j'ai créé ma fonction : def rotation(point, angle) : etc
- je défini un point P
- j'appelle ma fonction pour voir si ça marche : print rotation(P,90)
et ça ne marche pas, pourtant il me semble bien que quand j'ai écris ce programme sous pythonwin ça fonctionnait, qqn sait pourquoi ?