DhanushNehru / CustomCodeEditor

A web-based tool that allows users to write, test, and execute code in various programming languages seamlessly
https://custom-code-editor.vercel.app/
Apache License 2.0
32 stars 39 forks source link

Code Editor Does Not Support User Input in Console #153

Open Incharajayaram opened 1 month ago

Incharajayaram commented 1 month ago

Description:

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:

Actual Behavior:

Reproduces How Often: