Console only showing output of main.py instructions

**Question:**I am just learning to use python. But I can’t use console to run commands it only shows output when I run the instructions in main.py . Can you plz tell me how can i use console for practicing.

Replit Profile: https://replit.com/@tahreemejaz

you could configure your repl to match the hidden files of the IPython template and then when you Run your repl you’ll be in an IPython session

2 Likes

Hi @tahreemejaz , welcome to the forums!
In the Shell, you can run python -i to use the command-line interpreter, and type exit() anytime to use the normal Shell.
Hope this helps!

1 Like

It really worked. Thank you so much for your cooperation

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.