Which Of The Following Functions Can Help Us To Find The #880
Which of the following functions can help us to find the version of python that we are currently working on?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Sys Module - Quiz No.1.
Which of the following functions can help us to find the version of python that we are currently working on?
sys.version
sys.version()
sys.version(0)
sys.version(1)