When I am running my code, the console print it but I can’t write code directly in the console. There is no little arrows on the side.
In the picture you can see that I when I run the code, it works perfectly. The only problem is that there is no option to write things in the console itself.

I guess something changed when replit updated.
Thank you:)
Hello, what language are you using?
For many languages, you should write shell commands in the shell and not in the console.
For some interpreted languages, the ability to write code of that language in the console has been removed a while ago.
Hi @HodayaNaor , welcome to the forums!
This is a new update by Replit. You can type things in the Console only for things like user input, but otherwise you can’t.
You can run the output in the Shell instead.
Hope this helps!
1 Like