Q 1 - Is python a case sensitive language?
Q 2 - What is the output of print str[2:5] if str = 'Hello World!'?
Q 3 - What is the output of print tuple[0] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
A - ( 'abcd', 786 , 2.23, 'john', 70.2 )
Q 4 - Which of the following function convert a String to an object in python?
Q 5 - Which of the following function convert a single character to its integer value in python?
» Tin mới nhất:
» Các tin khác: