logo

Crowdly

Browser

Add to Chrome

Алгоритмізація та програмування КН

Looking for Алгоритмізація та програмування КН test answers and solutions? Browse our comprehensive collection of verified answers for Алгоритмізація та програмування КН at moodle.mnau.edu.ua.

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

Дано код:

s = "apple"

print(s.find("p"))

Що буде виведено?

0%
0%
0%
0%
View this question

Дано код:

s = "12345"

print(s.isdigit())

Що буде виведено?

0%
0%
0%
0%
View this question

Дано код:

lst = [10, 20, 30, 40]

for i in lst:

     print(i, end=" ")

Що буде виведено?

0%
0%
0%
0%
View this question

Дано код:

s = "Python is fun"

print(s.split())

Що буде виведено?

0%
100%
0%
0%
View this question

Дано код:

lst = [5, 2, 8, 1]

lst.sort()

print(lst)

Що буде виведено?

0%
0%
100%
0%
View this question

Дано код з пропуском:

lst = [10, 20, 30]

lst.______(40)

print(lst)

Який метод потрібно підставити, щоб до списку додати елемент 40?

0%
0%
0%
100%
View this question

Дано код:

lst = [1, 2, 3, [4, 5]]

print(lst[3][0])

Що буде виведено?

100%
0%
0%
0%
View this question

Дано код з пропуском:

s = "apple, banana, cherry"

result = s.______("banana", "grape")

print(result)

Що потрібно підставити, щоб код замінив слово "banana" на "grape"?

0%
0%
0%
0%
View this question

Дано код:

s = "Hello"

print(s.upper())

Що буде виведено?

0%
0%
100%
0%
View this question

Дано код:

s = " Hello World "

print(s.strip())

Що буде виведено?

0%
100%
0%
0%
View this question

Want instant access to all verified answers on moodle.mnau.edu.ua?

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

Browser

Add to Chrome