
Строки python
Authored by HI, Guy
Computers
12th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать пустую строку в Python?
Как создать пустую строку в Python?
empty_string = " "
empty_string = ' '
empty_string = str()
Все варианты верны
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить длину строки в Python?
length = len(my_string)
length = string_length(my_string)
length = count(my_string)
length = count(my_string)
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Как объединить две строки в Python?
result = str1 - str2
result = str1 + str2
result = concat(str1, str2)
result = join(str1, str2)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как проверить, содержит ли строка подстроку в Python?
substring in my_string
my_string.contains(substring)
contains(substring, my_string)
my_string.isSubstring(substring)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как заменить все вхождения подстроки в строке в Python?
new_string = replace(substring, replacement, my_string)
new_string = my_string.replace(substring, replacement)
new_string = substitute(substring, replacement, my_string)
new_string = my_string.sub(substring, replacement)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как преобразовать строку в верхний регистр в Python?
new_string = to_upper(my_string)
new_string = my_string.upper()
new_string = convert_case(my_string, 'upper')
new_string = case_upper(my_string)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как удалить лишние пробелы в начале и конце строки в Python?
trimmed_string = trim(my_string)
trimmed_string = my_string.remove_whitespace()
trimmed_string = my_string.strip()
trimmed_string = strip_whitespace(my_string)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
Visual C# Quiz - Chapter 5: Loops, Files, and Random Numbers
Quiz
•
12th Grade
10 questions
Elements of Programming Test
Quiz
•
12th Grade
20 questions
Grade 7 Python Programming Quiz
Quiz
•
7th Grade - University
13 questions
Principles of Programming
Quiz
•
KG - University
12 questions
Python Functions & Library
Quiz
•
12th Grade
12 questions
Stencyl 2.1
Quiz
•
1st - 12th Grade
19 questions
Quiz sobre Estructuras Selectivas en Java
Quiz
•
12th Grade - University
15 questions
Основные теги THML
Quiz
•
12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade