KIỂU XÂU - PYTHON

KIỂU XÂU - PYTHON

10th Grade

11 Qs

quiz-placeholder

Similar activities

Bài 26: Hàm trong Python-Lớp 10

Bài 26: Hàm trong Python-Lớp 10

9th - 12th Grade

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Dasar Pemrograman C++

Dasar Pemrograman C++

10th Grade

10 Qs

Câu hỏi trắc nghiệm Python

Câu hỏi trắc nghiệm Python

10th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Hàm trong python

Hàm trong python

10th Grade

10 Qs

CỦNG CỐ BÀI 24 TIN 10

CỦNG CỐ BÀI 24 TIN 10

10th Grade

8 Qs

KIỂU XÂU - PYTHON

KIỂU XÂU - PYTHON

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Minh Đỗ

Used 13+ times

FREE Resource

11 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Cho xâu s = 'Hello everybody'

print(x[2:5])

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x1 = 'tin'

x2 = 'học'

print(x2+x1)

tin học

tinhọc

học tin

họctin

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s = 'thời khóa biểu'

print(y.count('i',4)

1

2

3

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s = 'thời khóa biểu'

print(s.find('i'))

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1 = ' có phải em mùa thu Hà Nội'

s2 = 'là'

print(s1.replace('em','là'))

có phải em là mùa thu Hà Nội

báo lỗi

có phải là mùa thu Hà Nội

có phải là em mùa thu Hà Nội

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

chỉ số của các ký tự trong xâu được đánh bắt đầu từ

0

1

2

Không có chỉ số

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python chấp nhận dấu nháy đơn ('), dấu nháy kép (") để biểu thị chuỗi. Cú pháp Python nào sau đây KHÔNG được chấp nhận?

print('Hello World')

print("Hello World")

print('Hello World")

print(""'Hello World'"")

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?