
пайтон сессия 3 часть
Authored by Лола Мырзаш
Others
1st Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?