Last answered:

28 Sept 2022

Posted on:

28 Sept 2022

1

Running python on the consol.

How do I do that on my hp. I am a novice in this area and I'd love to try it as well. I understand we won't be running python on it.

1 answers ( 0 marked as helpful)
Posted on:

28 Sept 2022

0

Hello Martin,

Are you referring to the Spyder IPython console? When you type your code there, it will run right away when you press enter. Unless you're inside a conditional (IF-ELIF-ELSE), a loop (FOR, WHILE), or you are defining a function, it will run when it detects that you're about to exit that block.

Submit an answer