Aprendiendo con Python

Aprendiendo con Python

Professional Development

20 Qs

quiz-placeholder

Similar activities

Examen

Examen

Professional Development

15 Qs

Mutual Funds Advanced by Rahul

Mutual Funds Advanced by Rahul

Professional Development

20 Qs

Level 2 Certification Part 3

Level 2 Certification Part 3

Professional Development

20 Qs

Intro to Options

Intro to Options

Professional Development

20 Qs

Market & Mutual Fund Fun Quiz 3

Market & Mutual Fund Fun Quiz 3

Professional Development

15 Qs

MUNI's Quiz time

MUNI's Quiz time

Professional Development

15 Qs

KOMPETISI DALAM MGMP tentang QUIZIZZ

KOMPETISI DALAM MGMP tentang QUIZIZZ

Professional Development

15 Qs

MOL Public Finance and Budgeting

MOL Public Finance and Budgeting

Professional Development

17 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?