This is the presentation associated with the Python First Program video.
[dflip id=”1546″ ][/dflip]
Python First Program Video Question
This is the Question that was asked in the python Syntax video
Question : Can we use the command “python --version” in jupyter notebook to check the version of python?
[bg_collapse view=”button-blue” color=”#ffffff” icon=”eye” expand_text=”Show Answer” collapse_text=”Hide Answer” ]
No, it will give an error. In jupyter notebook we have to use import sys and then print(sys.version).
[/bg_collapse]