Pycharm ne marche pas
refe
-
_Ritchi_ Messages postés 21333 Date d'inscription Statut Contributeur Dernière intervention -
_Ritchi_ Messages postés 21333 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
je suis nouveau dans la programmation et je n arrive pas a faire fonctionner pycharm. apres installation quand je tape un code tout banal print ( hello)
ca me sort :
"/Users/alpha/PycharmProjects/ python project 1/venv/bin/python" "/Users/alpha/PycharmProjects/ python project 1/main.py"
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
je suis nouveau dans la programmation et je n arrive pas a faire fonctionner pycharm. apres installation quand je tape un code tout banal print ( hello)
ca me sort :
"/Users/alpha/PycharmProjects/ python project 1/venv/bin/python" "/Users/alpha/PycharmProjects/ python project 1/main.py"
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
Configuration: Macintosh / Chrome 96.0.4664.93
A voir également:
- Créer un exécutable python avec pycharm
- Créer un compte google - Guide
- Comment créer un groupe whatsapp - Guide
- Créer un lien pour partager des photos - Guide
- Créer un compte gmail - Guide
- Créer un compte instagram sur google - Guide
1 réponse
Bonjour,
Je dirais que c’est plutôt ta ligne « print (hello) » qui pose problème de syntaxe et voici un exemple : https://www.learnpython.org/fr/Hello%2C_World%21
Ritchi
Je dirais que c’est plutôt ta ligne « print (hello) » qui pose problème de syntaxe et voici un exemple : https://www.learnpython.org/fr/Hello%2C_World%21
Ritchi