Skip to content

Code Editor Does Not Support User Input in Console #153

@Incharajayaram

Description

@Incharajayaram

Description:

  • The Custom Code Editor currently does not support user input during code execution, which prevents users from interacting with their scripts. For example, in Python 3, functions like input() do not prompt the user to enter any input, making it impossible to run programs that require user input.

Steps to Reproduce:

  1. Open the Custom Code Editor.
  2. Write a Python 3 code snippet that uses the input() function, e.g., input("What is your name?").
  3. Run the code and observe the lack of an input prompt.

Expected Behavior:

  • The editor should display an input prompt in the console when the input() function is used, allowing the user to provide input.

Actual Behavior:

  • No prompt is shown, and the program either hangs or skips the input, preventing the user from interacting with the program.

Reproduces How Often:

  • Every time a user writes code requiring input and attempts to run it in the editor.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions