FP2: 02 - STRINGS

FP2: 02 - STRINGS

Professional Development

10 Qs

quiz-placeholder

Similar activities

Code X Trade

Code X Trade

Professional Development

15 Qs

List

List

Professional Development

10 Qs

DBMS-Transactions-Revision

DBMS-Transactions-Revision

Professional Development

12 Qs

Digital Technology Office 365 - 29May2020

Digital Technology Office 365 - 29May2020

University - Professional Development

13 Qs

Topic Quiz-1 : Python Basics

Topic Quiz-1 : Python Basics

Professional Development

10 Qs

Apache Spark

Apache Spark

Professional Development

10 Qs

command prompt

command prompt

4th Grade - Professional Development

15 Qs

DL Refresher

DL Refresher

KG - Professional Development

10 Qs

FP2: 02 - STRINGS

FP2: 02 - STRINGS

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Paul Beltrand

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la longitud de la siguiente cadena asumiendo que no hay espacios en blanco entre las comillas?

'''

'''

0

1

6

7

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

alpha = "abdefg"
print(alpha[3:-2])

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

print(min("aAbByYzZ"))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

str = "abcabc"

str.count("b")

6

2

0

No se imprime nada

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(len("\n\n"))

ValueError

4

2

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print('kappa'.find('a', 2, 4))

1

4

Exception

-1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

str = "Hola Mundo 2023"

print(str.isalnum())

¿que imprime?

True

False

Exception

Hola Mundo 2023

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?