I am looking for a way, to invoke simple python one-liners directly from Windows cmd without the need to store a .py file somewhere.
Something like
python print('Test').
Is this possible?
I am looking for a way, to invoke simple python one-liners directly from Windows cmd without the need to store a .py file somewhere.
Something like
python print('Test').
Is this possible?