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!

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

result = "python".replace('', 'x')

print(result)

View this question

Вкажіть значення утвореного рядка

"

".

join(["word1", "word2", "word3"])

View this question

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

print('a = {1}, b = {0}'.format(1, 0))

View this question

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

print('{:,}'.format(1112223334))

View this question

Вкажіть значення 

" '{0:*<5}' '{1:+>5}' '{2:.^5}' ".format(3, 3, 3)

View this question

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

b = '123'

c = '1'.join(b)

print(c)

View this question

Виберіть спеціальні символи Python

View this question

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

print ("Рядок1\\nРядок2")

View this question

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

print('Python'[-1])

View this question

Рядки 'Python' і "Python" є рівноцінними

100%
0%
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