Python First Program Presentation


This is the presentation associated with the Python First Program video.

Download Presentation

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?

No, it will give an error. In jupyter notebook we have to use import sys and then print(sys.version).