пайтон сессия 3 часть

пайтон сессия 3 часть

1st Grade

51 Qs

quiz-placeholder

Similar activities

Жасанды Интеллект 1-50

Жасанды Интеллект 1-50

1st - 5th Grade

55 Qs

КІРІСПЕ 1-50

КІРІСПЕ 1-50

1st Grade

50 Qs

Қазақ тілі бойынша тест

Қазақ тілі бойынша тест

1st - 5th Grade

53 Qs

Химия 1рк- 1

Химия 1рк- 1

1st Grade

50 Qs

матеи

матеи

1st - 5th Grade

50 Qs

молек рк 1(107-159)

молек рк 1(107-159)

1st - 5th Grade

51 Qs

Жасанды интеллект 150-200

Жасанды интеллект 150-200

1st Grade

55 Qs

50-100 СЕССИЯ ИКТ

50-100 СЕССИЯ ИКТ

1st Grade

53 Qs

пайтон сессия 3 часть

пайтон сессия 3 часть

Assessment

Quiz

Others

1st Grade

Easy

Created by

Лола Мырзаш

Used 2+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python да бірнеше элементті қалай өзгертуге болады

list.replace(start, end, new_values)

list[started:end] = new_values

list.update(start, end, new_values)

list.set(start, end, new_values)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Бірнеше жолды бір жолға қалай біріктіруге болады

str1 + str2

str1.concat(str2)

" ".join([str1, str2])

merge(str1, str2)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Тізім элементтерін циклде қалай шығаруға болады

for item in list: print(item)

for list: print(item)

for item in range(len(list)): print(list[item])

for print (item) in list:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python да сөздіктің барлық мәндерін қайтару үшін қандай әдіс қолданылады

dict.getValues()

dict.keys()

dict.values()

dict.extractValues()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Тізімнен элементтің бірінші кірісінің индексін қалай алуға болады

list.index(element)

list.find(element)

list.search(element)

list.position(element)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Плавающей точкой айнымалыны қалай құруға болады

float_variable = 3,14

float_variable = 3/14

float_variable = 3.14

float_variable = 3.14.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python да сөздіктің көшірмесін қалай жасауға болады

dict.clone()

dict.copy()

dict.deepcopy()

dict.duplicate

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?