Python
What does ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What does the sys module include?
The largest integer the machine's architecture supports.
All are correct.
The Python interpreter's version number.
The name of the operating system where your Python code is run.
Explanation
sys
module provides access to some variables used or maintained by the interpreter and to functions that interact with the interpreter.
sys
libraries
modules
1 Comments
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
vitia
well
2016 Oct 9, 10:14:39 PM
Related Content
Which is the correct code for obtaining a random whole number from 1 to 1,000,000 in Python 2?
Which one of these modules should you import in order to access variables that were passed to a script as a command-line arguments?
Which of the following Internet protocols is supported by Python libraries: HTTP, FTP, SMTP, POP3, IMAP4, NNTP, Telnet?
Does Python have any tools that would help developers find bugs by performing static code analysis or any other means?
P
ython
Quiz
Login to learn Python
or
Read more about
Python Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
Python quizzes
What is a correct term for the following piece of Python syntax: 3 + 4
What is a result of following code block execution: a = b = [1, 2, 3] b[2] = 4 print(a)
Is it possible to link a Python program to code written in C?
What will the output of the following statement be? print "%s is awesome !" % python
In Python 2, if a class is declared using new-style classes like Child(Base), what is the correct way for a method foo() to call its base implementation?
Python packages can be imported from inside a Zip file.
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment