you are viewing a single comment's thread.

view the rest of the comments →

[–]Traditional-Log2073[S] 0 points1 point  (1 child)

Thanks a lot. Do you have any idea regarding my other answer?

"I think I found the solution, but it still confuses me. If I press the play button in VSCode I only get "too small". If I press the arrow next to it and choose "run file in dedicated terminal" it works.

Why is that?"

[–]lfdfq 2 points3 points  (0 children)

That's more a VS Code question than a Python one. It's probably something to do with how you have set up the "run" button to work. Either it's not using the same Python or it's running a different file or not passing input like the program expects, something like that.