How to use python intepreter for quick coding
Hi @AashishKumar44, welcome to the community!
Can you please be more specific?
What is “quick coding” supposed to mean?
2 Likes
The Python Interpreter is already in the Console by default (at least on a Python Repl). Just run your Python from there, or you could run it locally if you have Python installed to your machine. Just open your terminal and invoke your OS’ Python command.
3 Likes