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!

Що виведе наступний фрагмент коду

for i in range(10):     print(i, end = ' ')

View this question
Наступний запис умовного оператора є синтаксично вірним

if х % 2 == 0:

x = 2

42%
58%
View this question

Функція range()

має

наступний формат:

range([<Початок>]:<Кінець>[:<Крок>])

36%
64%
View this question

У Python дозволені вкладені цикли

98%
2%
View this question

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

text = "Python is amazing!"

if text.find("C++"):

    print("Found C++!")

else:

    print("C++ not found!")

View this question

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

print(“{:05}”.format(42))

View this question

Що виведе наступний рядок:

print("{2}, {1}, {0}".format(*'abc'))

View this question

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

bool([]) == False and bool(None) == False

View this question

Що виведе наступний фрагмент коду

print ("my name is James Bond".capitalize())

View this question

Вкажіть значення s[3], s[-1], s[len(s) - 1] для рядка

s =

"

Python"

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