Hello all, I have set python as my language for the my file and command line. It is showing me as python 3.8 but i am not able to execute python commands. Inbuilt bash is getting executed. Any help will be appreciated. Thank you
Or you can do this:
python -c 'name_of_function()'
Here's a link for more info
How to change the command line lang from bash to python
Hello all, I have set python as my language for the my file and command line. It is showing me as python 3.8 but i am not able to execute python commands. Inbuilt bash is getting executed. Any help will be appreciated. Thank you
Or you can do this:
Here's a link for more info