Nov-12-2017, 03:57 PM
I have installed Python 3.6 and started Python. Then gave python -V command. I am getting the following error:

Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> python -V
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'python' is not defined
>>>
>>>
Any suggestions for fixing this NameError please?