How many strings true are there?
1) "gmail_@##"
2) "High"
3) "71bentre"
4) Binh Dai district
5) "0985378934"
6) lequidon@123
STRING
Quiz
•
Information Technology (IT)
•
10th Grade
•
Medium
Nhung BP
Used 2+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
How many strings true are there?
1) "gmail_@##"
2) "High"
3) "71bentre"
4) Binh Dai district
5) "0985378934"
6) lequidon@123
5
6
4
3
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Câu 2: What is the result of the following program?
s="71C1%^%DISTRICT"
print(len(s))
15
16
17
18
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Câu 3: How many times is the string S printed in the following program?
s = "High school"
for i in range(10):
if i % 3 == 0:
print(s)
1
2
3
4
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the result of the following program?
name = "Code Python"
print(name[20])
C
o
n
IndexError
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What is the result of the following program?
s = "121 Python 3.11"
kq = False
for i in range(len(s)-1):
if s[i] == "1" and s[i+1]=="2":
kq = True
break
print(kq)
True
False
IndexError
Infinite loop
5 questions
python
Quiz
•
9th Grade - University
10 questions
Kiểu dữ liệu danh sách trong Python
Quiz
•
10th Grade
6 questions
Câu hỏi về Ngôn ngữ lập trình Python
Quiz
•
10th Grade
10 questions
Ôn tập biến và lệnh gán trong Python
Quiz
•
10th Grade
10 questions
BASIC Programming (I)
Quiz
•
10th Grade
5 questions
grade10 w4
Quiz
•
10th Grade
10 questions
Python - 2C
Quiz
•
9th - 12th Grade
10 questions
KTTX GK2 LẦN 2_10A3
Quiz
•
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
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University