Python All keywords in Python are in _________ lower case Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? Always when no exception occurs when an exception occurs when an exception occurs in to except block Always when no exception occurs when an exception occurs when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? // / % None of the mentioned // / % None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() s.connect() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.A re.I re.U re.X re.A re.I re.U re.X ANSWER DOWNLOAD EXAMIANS APP