

InterviewSolution
Saved Bookmarks
1. |
Which of the following functions is not defined under the sys module?(a) sys.platform(b) sys.path(c) sys.readline(d) sys.argvI got this question during an online exam.This key question is from Sys Module in portion Mapping Functions and Modules of Python |
Answer» Correct ANSWER is (C) SYS.readline |
|