**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.
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!