Crear
Descargar
Obtener Plan Académico
Compartir juego
Intégralo en tu plataforma

Puedes integrar el juego en un LMS compatible con LTI 1.1 o LTI 1.3 como Canvas, Moodle, o Blackboard. De esta manera podrás guardar las puntuaciones automáticamente en el libro de calificaciones de esa plataforma.
Descargar
Has superado el número máximo de juegos que puedes integrar en Google Classroom con tu Plan actual.

Para integrar tantos juegos como quieras en Google Classroom, necesitas un Plan Académico o un Plan Comercial.

Has superado el número máximo de juegos que puedes integrar en Microsoft Teams con tu Plan actual.

Para integrar tantos juegos como quieras en Microsoft Teams, necesitas un Plan Académico o un Plan Comercial.

La descarga de juegos es una característica exclusiva para usuarios con un Plan Académico o un Plan Comercial.

Obtén ahora tu Plan Académico o Comercial y comienza a integrar tus juegos en tu LMS, web o blog.

Si lo deseas, puedes descargar un juego de prueba aquí y probar su integración:

Python Strings

Test

(1)
Jugadas 81

Sobre esta actividad

Unit 1.2

Creada por

India

Descarga la versión para jugar en papel

Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad

Top juegos

%
Anónimo
Anónimo
%
%
%
Has superado el número máximo de juegos que puedes imprimir con tu Plan actual.

Para imprimir tantos juegos como quieras, necesitas un Plan Académico o un Plan Comercial.

Imprime tu juego
Python Strings
 

Python StringsVersión en línea

Unit 1.2

por GANGA .
1

Which method checks if all characters in the string are decimal?

2

What does the isdigit() method return if a string contains '123abc'?

3

Which function is used to remove whitespace from the beginning of a string?

4

In string slicing, what does str1[0:6] return if str1 is 'wonderful'?

5

What character is used for string concatenation in Python?

6

Which function capitalizes the first letter of a string?

7

What does the replace() method do?

8

Which method will return True for a string containing only whitespaces?

Written answer

9

If s="Hello, World!", what will s[:5] return?

10

What does the len() function return?

11

Which symbol is used to format strings with variables in Python?

12

Which method will convert 'PYTHON' to 'python'?

13

What will s.find('is') return if 'is' is not found in the string?

14

Which function checks for the presence of a substring?

15

What will be the result of '123'.isalnum()?

16

What method adds leading zeros to a string to fill a certain width?

17

Is it possible to slice a string in reverse using negative indices? (yes/no)

Written answer

18

Select all methods that return True if all characters are numeric.

Choose one or more answers

19

Identify functions that check specific character properties.

Choose one or more answers

20

What are valid arguments for the count() method?

Choose one or more answers

21

Select methods used to check the beginning or end of a string.

Choose one or more answers

¿Seguro que quieres abandonar la página?

Si sales, perderás la partida en curso.