I've taken a short break from repl.it and have come back to realize I've forgotten how to open the output of the code in a new tab. Can someone help me?
@RYANTADIPARTHI U CAN, but if u do @supcoolak 's way, the console won't be interactive. Add ?outputonly=1 to the end of ANY REPL'S URL to see just the console. (If there's graphical output, you'll see that too.)
How do I open the repl in a new tab?
I've taken a short break from repl.it and have come back to realize I've forgotten how to open the output of the code in a new tab. Can someone help me?
if this is in console python, i don't think you can. In other web developing languages, you can, but not console python.
?outputonly=1
to the end of ANY REPL'S URL to see just the console. (If there's graphical output, you'll see that too.)?outputonly=1
in your browser.