Aprendiendo con Python

Aprendiendo con Python

Professional Development

20 Qs

quiz-placeholder

Similar activities

Dave_lied

Dave_lied

KG - Professional Development

15 Qs

Web Code Test 1

Web Code Test 1

Professional Development

15 Qs

Biblia

Biblia

Professional Development

20 Qs

ERMGC's RPP Quiz -The Final Activity

ERMGC's RPP Quiz -The Final Activity

Professional Development

20 Qs

Workshop Excel

Workshop Excel

Professional Development

15 Qs

golf

golf

KG - Professional Development

19 Qs

7th International Yoga Day Celebrations

7th International Yoga Day Celebrations

1st Grade - Professional Development

17 Qs

Christmas quiz

Christmas quiz

3rd Grade - Professional Development

15 Qs

Aprendiendo con Python

Aprendiendo con Python

Assessment

Quiz

Other

Professional Development

Hard

Created by

ELIO DAVID HOYOS BARBA

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Permite hallar el indice de aparición ...

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selecciona el resultado correcto

texto = "Hola Python"

resultado = texto.index["P"]

P

p

print("P")

print(resultado)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es buscar en sentido contrario...

Index

Rindex

Count

Random

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Marca el resultado correcto encontrando la palabra Senati de la ultima aparición

frase = "Amo Senati, Senati es pasión"

print("Amo Senati")

Amo Senati

print(frase.index("Senati"))

print(frase.rindex("Senati"))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Retorna la ubicación con un -1

Index

Count

Rindex

Shuffle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repite un conjunto de caracteres especificado...

Count

Index

Rindex

Random

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Retorna la primera letra de la oración en mayuscula

upper

lower

capitalize

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?