I am a beginner at Python and I am trying to run the Python interpreter from the command line in Windows Powershell ISE.
But here is what I got when I type in python
or py
:
Instead of
>>>
I got the following (with a line break inbetween):
>
>>
Then the commend line prompt is locked and not responding.
Any help is appreciated!