

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following functions can help us to find the version of python that we are currently working on? |
A. | sys.version |
B. | sys.version() |
C. | sys.version(0) |
D. | sys.version(1) |
Answer» B. sys.version() | |