9-сынып массив индекс python

9-сынып массив индекс python

12th Grade

16 Qs

quiz-placeholder

Similar activities

Python List Basics

Python List Basics

12th Grade

14 Qs

Жанар214

Жанар214

9th Grade - University

15 Qs

Computer Science LISTS

Computer Science LISTS

12th Grade

18 Qs

10-сынып HTML + CSS + JS

10-сынып HTML + CSS + JS

12th Grade

11 Qs

Python Lists

Python Lists

8th - 12th Grade

15 Qs

MS Excel

MS Excel

12th Grade

14 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Python

Python

9th - 12th Grade

20 Qs

9-сынып массив индекс python

9-сынып массив индекс python

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Python Js

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Тізім элементін оның Python индексі бойынша қалай алуға болады?
list [индекс]
get (list, индекс)
list.item (индексі)
index (list, индекс)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Тізімдегі ең аз мәнді анықтау үшін қандай әдіс пайдаланылады?
list.min()
min(list)
list.minimum()
minimum(list)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Тізімдегі ең үлкен мәнді анықтау үшін келесі әдістердің қайсысы пайдаланылады?
max(list)
list.maximum()
list.max()
maximum(list)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Тізімдегі элементтер санын қалай білуге болады?
size(list)
count(list)
len(list)
elements(list)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Берілген ауқымдағы сандар тізімін қалай жасауға болады?
list.create(start, end)
create_list(start, end)
list(range(start, end))
range_list(start, end)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Берілген ауқымнан кездейсоқ санды қалай алуға болады?
random.number(start, end)
random.randint(start, end)
randint.random(start, end)
get_random(start, end)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Пайдаланушыдан Python қызметіне енгізуді қалай сұрауға болады?
get_input()
input()
user_input()
read_input()

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?