Valentina Fago

Valentina Fago (born 22 April 1971 in Bologna) is an Italian actress.

Actress in theatre with Luca Ronconi, Stanislas Nordey, Thierry Salmon, Denis Marleau among many others. She acts also in cinema in Pontormo - un amore eretico (direction: Giovanni Fago) and in il ponte (direction: Stefano Missio). She lives in Paris where she teaches theatrical practice.

References and sources

  • Mori, Anna Maria. "Pasolini, un profeta per i giorni nostri". La Repubblica. 26 May 1993
  • Bertani, Odoardo. "Ronconi non ce la fa a ridar vita al Calderon". Avvenire. 20 November 1993



gollark: How DOES one utilize it?
gollark: Do I need to patch my kernel to fix this, then?
gollark: This *always* prints a status of 512. It should be not 512.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.