MNcompiler
Python
C
C++
Java
JavaScript
Run
💻 Code Editor
⌨️ User Input (comma-separated):
made by
Manav Naik.
📜 Output
press "F9" to execute code
🤖 AI output
Press "enter" to send prompt
💻 Code Editor & AI Assistant Guide
⌨️ Code Editor Shortcuts
NOTE:
Your cursor must be inside the editor for shortcuts to work.
Run Code:
F9
Multi-Cursor:
Ctrl
+
Click
Undo:
Ctrl
+
Z
Redo:
Ctrl
+
Y
/
Ctrl
+
Shift
+
Z
Find:
Ctrl
+
F
Indent More:
Ctrl
+
]
Indent Less:
Ctrl
+
[
🤖 AI Assistant Guide
Note:
AI always have code and output as a reference.
Note:
all AI responses can be seen in console(F12) also.
Send a Message:
Type your query and press
Enter
.
AI Prompt Rules:
- give a short and simple explation if necessary.
- AI is an **expert programmer**.
- Provides code in **selected language**.
- **No unnecessary comments**.
- **Simplified formatting** (no extra newlines).
- Can analyze your **current code** and **its output**.
How to Ask for Code Help?
- **Fix My Code:** "Why is this code not working?"
- **Optimize Code:** "Make this code more efficient."
- **Explain Code:** "What does this function do?"
- **New Code:** "Generate a Python function for sorting numbers."
Close