1) str1 = 'Welcome' print (str1[:6] + ' PYnative') a) Welcome PYnative b) WelcomPYnative c) Welcom PYnative d) WelcomePYnative 2) str = "My salary is 7000"; print(str.isalnum()) a) True b) False 3) Strings are immutable in Python, which means a string cannot be modified. a) True b) False 4) Choose the correct function to get the ASCII code of a character a) char(‘char’) b) ord(‘char’) c) ascii(‘char’) 5) What is the output of the following code a) False True b) False False c) True False 6) Which method should I use to convert String "welcome to the beautiful world of python" to "Welcome To The Beautiful World Of Python" a) capitalize() b) title() 7) What is the output of the following string comparison a) True False b) False False c) True True d) False True 8) Select the correct output of the following String operations a) 5 b) 6 c) 7 d) 8 9) Guess the correct output of the following code? a) PYn PYnat ive PYnativ vitanYP b) Yna PYnat tive PYnativ vitanYP c) Yna PYnat tive PYnativ PYnativ 10) Guess the correct output of the following String operations a) WelcomeWelcome b) TypeError: unsupported operand type(s) for * or pow(): ‘str’ and ‘int’ 11) Choose the correct function to get the character from ASCII number a) ascii(‘number) b) char(number) c) chr(number) 12) Select the correct output of the following String operations a) My Name Is James Bond b) TypeError: unsupported operand type(s) for * or pow(): ‘str’ and ‘int’ c) My name is james bond 13) Select the correct output of the following String operations a) true false b) true true c) False False d) False True 14) Python does not support a character type; a single character is treated as strings of length one. a) True b) False 15) Select the correct output of the following String operations a) false false b) true true c) true false d) false true

Tabla de clasificación

Estilo visual

Opciones

Cambiar plantilla

¿Restaurar actividad almacenada automáticamente: ?