Relative Content

Tag Archive for pythonvisual-studioinputcompiler-errorside

The program does not re-run instead the else statement is executed

Recently, I created this simple game in VS Code. However, if I try to run the code when the game is asking for input, the undefined statement (which I wrote for cases when the input is invalid) is executed only . The program does not re-run instead the else statement is executed for invalid input.

Issue with Input Handling in VS Code compiler

Recently, I created this simple game in VS Code. However, if I try to run the code when the game is asking for input, the undefined statement (which I wrote for cases when the input is invalid) is executed only . The program does not re-run instead the else statement is executed for invalid input.

Issue with Input Handling in VS Code

Recently, I created this simple game in VS Code. However, when I try to run the code, the undefined statement (which I wrote for cases when the input is invalid) is executed when i try to re-run the code during when game asks the user to enter input. The program does not re-run instead the else statement is executed.