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!

Чому буде рівний вираз:

bool(0.0) or bool(" ")

View this question

У Python оператор піднесення до степені позначається **

100%
0%
View this question

Вкажіть результат виразу

all((3 < 5 < 8, 0 or "0", True != False, type(2 // 3) == int, type(4 / 2) == float))

View this question

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

5 ^ 3

View this question

Ім'я змінної може починатися з нижнього підкреслення

96%
4%
View this question

Ім'я змінної може починатися з цифри

33%
67%
View this question
Що виведе даний фрагмент коду

x = 456.7

y = 456.7

print(id(x) == id(y), y is x)

View this question

У Python тип float має необмежену розрядність

35%
65%
View this question

Вкажіть результат інтерпретації вказаних об’єктів у логічному контексті

bool(0.1), bool([0]), bool(-1), bool("0"), bool([]), bool(None)

View this question

Наступний фрагмент Python коду коректний?

cel = 26

cel = "26"

98%
2%
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