Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the access of python on cmd

#open you cmd and there type py
C:Usersacer>py
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>># Now start coding on cmd
>>>print("Python is easy")
>>>#type exit when you are done coding on cmd
>>> exit()

C:Usersacer>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #access #python #cmd
ADD COMMENT
Topic
Name
5+8 =