Xâu kí tự

Xâu kí tự

10th Grade

10 Qs

quiz-placeholder

Similar activities

Ôn tập Python

Ôn tập Python

9th - 12th Grade

15 Qs

TIN 10_KTTX LẦN 3_15/4/2023

TIN 10_KTTX LẦN 3_15/4/2023

10th Grade

9 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

BAI 25_TINHOC

BAI 25_TINHOC

10th Grade

12 Qs

Kiểu Dữ Liệu Trong Lập Trình

Kiểu Dữ Liệu Trong Lập Trình

8th Grade - University

10 Qs

TRẮC NGHIỆM PYTHON

TRẮC NGHIỆM PYTHON

9th - 12th Grade

10 Qs

Python

Python

9th - 12th Grade

5 Qs

TRÒ CHƠI HỎI NHANH ĐÁP GỌN

TRÒ CHƠI HỎI NHANH ĐÁP GỌN

10th Grade

8 Qs

Xâu kí tự

Xâu kí tự

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Tú Uyên Huỳnh Thị

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Xâu kí tự là một ___ các kí tự ___

(Viết thường có dấu)

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Các cách khai báo xâu kí tự?

s = "Hello"

s = 'Hello'

s = """Hello

10a2"""

s = "Hello'

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Khởi tạo xâu A rỗng:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho xâu x = "Python".

Cách truy cập kí tự "t" trong xâu?

x[2]

x[3]

[x2]

s[2]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho xâu string = "Kí tự"

Lệnh nào in ra kí tự cuối cùng của xâu string?

print( string[len(string)] )

print( string[len(string) - 1] )

print( string[len()-1] )

print( string[len(string) + 1] )

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Cho xâu kí tự string.

Các cách nào kiểm tra xâu string rỗng?

if s == "":

if len(s) == 0:

if not s:

if len(s) - 1 == 0:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Cho đoạn mã Python như hình bên. Cho biết kết quả là gì?

hello

h e l l o

h-e-l-l-o

h-e-l-l-o-

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?