Attend MockTest

  1. Which of the following is correct about Python?





  2. Which of the following is correct about Python?





  3. Which of the following is correct about Python?





  4. Which of the following environment variable for Python tells the Python interpreter where to locate the module files imported into a program?





  5. Which of the following environment variable for Python contains the path of an initialization file containing Python source code?





  6. Which of the following environment variable for Python is used in Windows to instruct Python to find the first case-insensitive match in an import statement?





  7. Which of the following environment variable for Python is an alternative module search path?





  8. Is python a case sensitive language?




  9. Which of the following data types is not supported in python?





  10. Which of the following data types is not supported in python?





  11. What is the output of print str if str = 'Hello World!'?





  12. What is the output of print str[0] if str = 'Hello World!'?





  13. What is the output of print str[2:5] if str = 'Hello World!'?





  14. What is the output of print str[2:] if str = 'Hello World!'?





  15. What is the output of print str * 2 if str = 'Hello World!'?





Subscribe For Daily Updates