This is the presentation associated with the Python First Program video.
Download Presentation
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).
© Copyright 2024 www.logicalpython.com. All rights reserved.
We constantly review Tutorials, references, and examples to avoid errors, but we cannot warrant full correctness
of all content.