numbers = [2, 4, 6, 8, 10]
languages = ['Python', 'C#', 'C++', 'Java']
print(numbers)
Python. Тізімдер
Quiz
•
Computers
•
7th Grade
•
Hard
Учитель -
Used 28+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
languages = ['Python', 'C#', 'C++', 'Java']
print(numbers)
[2, 4, 6, 8, 10]
2, 4, 6, 8, 10
[2 4 6 8 10]
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = list(range(5))
print(numbers)
[1, 2, 3, 4, 5]
[0, 1, 2, 3, 4]
[0, 1, 2, 3, 4, 5]
1, 2, 3, 4, 5
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = list(range(0, 10, 2))
print(numbers)
[0, 2, 4, 6, 8]
[2, 4, 6, 8]
[0, 2, 4, 6, 8, 10]
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
s = 'abcde'
chars = list(s)
print(chars)
[a, b, c, d, e]
['a', 'b', 'c', 'd', 'e']
abcde
['abcde']
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
print(len(numbers))
4
5
6
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
if 2 in numbers:
print('Тізімде 2 бар')
else:
print('Тізімде 2 жоқ')
Тізімде 2 жоқ
Тізімде 2 бар
[2, 4, 6, 8, 10]
error
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
if 0 not in numbers:
print('numbers тізімінде 0 жоқ')
[2, 4, 6, 8, 10]
numbers тізімінде 0 жоқ
жауап шықпайды
error
20 questions
GCSE J277 - 2.3.2 - Syntax and Logic Errors
Quiz
•
7th Grade
15 questions
Python - тест
Quiz
•
1st - 12th Grade
16 questions
Python programming
Quiz
•
6th - 12th Grade
20 questions
STEM 7 Q3 Quiz 1
Quiz
•
7th Grade
25 questions
python loop 7th
Quiz
•
7th Grade - University
20 questions
js_edu_wrap_up
Quiz
•
1st Grade - Professio...
20 questions
Python Assessment
Quiz
•
7th Grade
16 questions
Variables
Quiz
•
7th - 10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check
Quiz
•
5th - 7th Grade
10 questions
Identifying equations
Quiz
•
KG - University
44 questions
El fin del año- 7th
Quiz
•
7th - 12th Grade
20 questions
Math Review
Quiz
•
7th Grade
14 questions
Subtracting Integers
Lesson
•
6th - 8th Grade
15 questions
Exponent Properties
Quiz
•
7th - 9th Grade