Pycharm ne marche pas

refe -  
_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)

Configuration: Macintosh / Chrome 96.0.4664.93
A voir également:

1 réponse

_Ritchi_ Messages postés 21333 Date d'inscription   Statut Contributeur Dernière intervention   6 104
 
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
0