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

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

1st Grade

51 Qs

quiz-placeholder

Similar activities

56-111

56-111

1st - 5th Grade

56 Qs

1-50 Геотех

1-50 Геотех

1st - 5th Grade

50 Qs

Қаз тарих 250-300

Қаз тарих 250-300

1st Grade

54 Qs

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

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

1st Grade

55 Qs

КІРІСПЕ 1-50

КІРІСПЕ 1-50

1st Grade

50 Qs

че қарап

че қарап

1st - 5th Grade

47 Qs

Бека Сөзжасам 101-150

Бека Сөзжасам 101-150

1st Grade

49 Qs

Бека Сөзжасам 151-200

Бека Сөзжасам 151-200

1st Grade

49 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

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?