python 6 week

python 6 week

1st - 3rd Grade

8 Qs

quiz-placeholder

Similar activities

AKHLAK Mentorship Progam

AKHLAK Mentorship Progam

1st - 3rd Grade

10 Qs

Gmail 4to. Sec. 23-04

Gmail 4to. Sec. 23-04

1st Grade - University

10 Qs

Manejo de la Privacidad y Empatía Digital

Manejo de la Privacidad y Empatía Digital

2nd Grade

8 Qs

[Clase 2] - Repaso de la clase 1

[Clase 2] - Repaso de la clase 1

1st Grade

7 Qs

HOSPITALITY HUMAN RESOURCES PLANNING

HOSPITALITY HUMAN RESOURCES PLANNING

1st - 5th Grade

10 Qs

Prueba final

Prueba final

3rd Grade

10 Qs

Mphasis Angular Quiz

Mphasis Angular Quiz

1st Grade

10 Qs

KPI

KPI

1st - 10th Grade

9 Qs

python 6 week

python 6 week

Assessment

Quiz

Professional Development

1st - 3rd Grade

Easy

Created by

Alihan Nurpeisov

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

S1 = 'spam'

S2 = 'eggs'

print(S1 + S2) ?

'spameggs'

eggs

spame

spam

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print('spam' * 3)

spamspam

spamspamspam

spamspamspam

spamspamspam

spam

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len('spam')

2

3

4

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

S = 'spam'

S[0]

's'

'p'

0

'a'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s = 'spameggs'

s[3:5]

'ameg'

pameggs'

'me'

'spameggs'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len(S) function of this operation?

the length of the string

Repeating a line

Extracting a slice

Address by index

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

S.replace function of this operator

Address by index

Extracting a slice

Replacing a template

the length of the string

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

S[i] function of this operator ?

the length

Extracting a slice

the length of the string

Address by index