logo

Crowdly

Browser

Add to Chrome

Course 67

Looking for Course 67 test answers and solutions? Browse our comprehensive collection of verified answers for Course 67 at dl.guscollege.com.

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

Невпорядкована колекція об'єктів будь якого типу, що не повторюються це -

View this question

Вивести на екран випадковий елемент із списку

0%
0%
0%
View this question

Які з наведених записів використовують для створення множин?

View this question

У словнику доступ до об'єктів здійснюється за допомогою:

View this question
s="ab12c3"

print(sum(1 for c in s if c.isdigit()))
View this question

Що буде в результаті виконання коду:

name = "John"

print("Hi, %s" % name)

View this question
Що таке ітератор?
View this question

Скільки разів виконається цикл?

i=1000

while i > 100:

    print (i)

    i/=2

View this question

В чому помилка у цьому коді?

i = 0

while i < 5:

    print(i)

View this question

Скільки буде значення змінної x після 4 ітерацій циклу? (впишіть число)

x = 1

i = 0

while i < 4:

    x = x + 2

    i += 1

View this question

Want instant access to all verified answers on dl.guscollege.com?

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

Browser

Add to Chrome