Why my code wont run

Ive writtin my code, for example print(“Please enter and integer”), but when I press ‘run’ nothing shows up in the shell.

I am using Python by the way.

Hi @GRACECRANFORD , welcome to the forums!
Is your code in main.py?

1 Like

Isn’t it supposed to load in the console? Unless you’re working in the shell. I haven’t been programming very long so I apologize if I’m just being a nuisance.

2 Likes

It will, but if your file isn’t main.py then you’ll need to configure it.

Yes print should load into the console.

This is a previous post I made about changing the packager files so that they’re running the right code. (If everything looks the same then it should be fine and what your experiencing is a different issue)