Python Say s=”hello” what will be the return value of type(s) in Python? bool String int str bool String int str ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters None of the mentioned 63 characters 79 characters 31 characters None of the mentioned 63 characters 79 characters 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 of the following creates a pattern object? re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? + All of the mentioned – * + All of the mentioned – * ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent yes None of the mentioned no machine dependent yes None of the mentioned no ANSWER DOWNLOAD EXAMIANS APP