logo

Crowdly

Browser

Add to Chrome

Технології програмування, частина 1 [05914]

Looking for Технології програмування, частина 1 [05914] test answers and solutions? Browse our comprehensive collection of verified answers for Технології програмування, частина 1 [05914] at vns.lpnu.ua.

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

Які твердження істинні для типу даних set

View this question

Кортежі в Python належать до послідовностей

99%
1%
View this question

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

st = set([1, 2, 3, 2])

st.remove(2)

View this question

Кортежі в Python належать до гетерогенних типів даних

99%
1%
View this question

Множини set в Python

належать до гетерогенних типів даних

95%
5%
View this question

Як перевірити чи ключ key є у словнику dictionary?

View this question

Який буде результат виразу:

{1, 2, 3, 4, 5} - {3, 4} ^ {5, 6, 7}

View this question

Наступний код виведе False:

lst = [0, '1', 2]

non_lst = map(int, lst)

print(sorted(non_lst) == sorted(non_lst))

85%
15%
View this question

Виберіть елемент списку, який буде виведено після

виконання вказаного фрагменту коду

lst = [[2, 3, 1], [1, 3, [2, 'string']]]

print(lst[1][2][1][1])

View this question

Що виведе цей код:

lst = [1, 2, 3]

lst.append([3, 5])

lst.extend([3, 5])

print(len(lst))

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