logo

Crowdly

Browser

Add to Chrome

Програмування скриптовими мовами [04797]

Looking for Програмування скриптовими мовами [04797] test answers and solutions? Browse our comprehensive collection of verified answers for Програмування скриптовими мовами [04797] at vns.lpnu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Виберіть всі твердження, які є істинні

View this question

Виберіть вміст списку після виконання вказаного фрагменту коду

lst = [1, 2, 3]

lst.pop(1)

View this question

Що виведеться у результаті виконання наступного фрагменту коду

s = [s for s in "Python"]

print(s)

View this question

Виберіть синтаксично вірні записи списку в Python

View this question

Що виведеться у результаті виконання наступного фрагменту коду

arr = [1, 2, 3, 4, 5]

print(arr[:-1])

View this question

Виберіть вміст списку після виконання вказаного фрагменту коду

lst = [4, 5, 6]

lst.extend([7])

View this question

Що буде результатом цієї операції

[1, 2, 1, 2, 1].index(1)

          

View this question

Списки можна об'єднувати оператором +

100%
0%
View this question

Метод append() додає об'єкт в початок списку

40%
60%
View this question

Що виведеться у результаті виконання наступного фрагменту коду

arr = [1, 2, 3, 4, 5]

print(arr[1:])

View this question

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome