Практика4 Python

Практика4 Python

University

30 Qs

quiz-placeholder

Similar activities

CHAPTER 5 & 8

CHAPTER 5 & 8

University

25 Qs

Minna 1 Review

Minna 1 Review

2nd Grade - University

25 Qs

Mass and Balance JA CAT1 - Kenya School Of Flying.

Mass and Balance JA CAT1 - Kenya School Of Flying.

University

25 Qs

Grade 5 unit 16

Grade 5 unit 16

KG - University

25 Qs

暑假要來了之考試(L2/L10)

暑假要來了之考試(L2/L10)

University

25 Qs

NUZUL AL-QURAN 1445H

NUZUL AL-QURAN 1445H

University

25 Qs

Topik 4: Falasi dalam Berfikir

Topik 4: Falasi dalam Berfikir

University

25 Qs

BAHASA INDONESIA WITH BU DINDA

BAHASA INDONESIA WITH BU DINDA

University

25 Qs

Практика4 Python

Практика4 Python

Assessment

Quiz

Education

University

Medium

Created by

Assem Dauylkyzy

Used 1+ times

FREE Resource

AI

Enhance your content

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python-да тізім қалай құрылады?
{1, 2, 3}
(1, 2, 3)
[1, 2, 3]
"1, 2, 3"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Бос тізімді қалай жасауға болады?
list()
()
{}
empty[]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

numbers = [10, 20, 30] тізіміндегі бірінші элементтің индексі қандай?
0
1
-1
10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

numbers = [1, 2, 3, 4] тізімінде соңғы элементті қалай аламыз?
numbers[4]
numbers[-1]
numbers[len(numbers)]
numbers.last()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list1 = [1, 2] тізіміне 3 элементін қосу үшін қандай әдіс қолданылады?
list1.add(3)
list1.append(3)
list1.insert(3)
list1.extend(3)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list1 = [1, 2, 3] → list1.extend([4, 5]) орындалғанда нәтиже қандай болады?
[1, 2, 3, [4, 5]]
[1, 2, 3, 4, 5]
[4, 5, 1, 2, 3]
[1, 2, 3]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list1 = [10, 20, 30] → list1.pop() не қайтарады?
10
20
30
Қате

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?