Search Header Logo

Kiểu dữ liệu xâu kí tự trong Python

Authored by Tuyết Nguyễn

Computers

10th Grade

Used 26+ times

Kiểu dữ liệu xâu kí tự trong Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Trong Python, kiểu dữ liệu xâu kí tự được đặt trong dấu nào?

Dấu phẩy (,)
Dấu hai chấm (:)
Dấu chấm (.)
Dấu nháy đơn (') hoặc dấu nháy kép (")

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Biến s = "Python" có kiểu dữ liệu gì trong Python?

list

int

float

str

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Để cho biết độ dài của một xâu trong Python, ta sử dụng hàm nào?

len()
count()
length()
size()

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Trong Python, kết quả của biểu thức "Hello" + "World" là gì?

"HelloWorld"

"HelloWorld!"

"Hello World"

"Hello_World"

5.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Cho biết kết quả của đoạn chương trình sau:

y="Em xinh em đứng một mình cũng xinh"

x="em"

print(y.count(x))

2
4

3

1

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Để thay thế tất cả kí tự 'a' trong xâu s = 'banana' thành kí tự 'o', ta dùng lệnh nào?

s.count('a', 'o')

s.find('a', 'o')

s.len('a', 'o')

s.replace('a', 'o')

7.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Media Image

Cho biết kết quả của đoạn mã bên:

"defg"

"abc"

"ghij"

"cdef"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?