I am trying to run a python program
import random
random.random()
Written in notepad in two different lines,I want to run it in cmd.how to do it?
I am trying to run a python program
import random
random.random()
Written in notepad in two different lines,I want to run it in cmd.how to do it?
.py
extention. For example: hello.py
python <script_name>.py
. For example: python hello.py