CSD203_-_SP_2025_-_FE_3576.webp
N

CSD203_-_SP_2025_-_FE_3576.webp

Kizspy Question: 13
(Choose 1 answer)
FLOWERF.JM.COom
List A is defined as follows:
A = ['a', 'b', 'c']
Which of the following statements adds 'd' and 'e' to the end of A, so that
A. A.extend(['d', 'e'])
B. A.append(['d', 'e'])
C. A[-1] = ['d', 'e']
D. A.append('d', 'e')
then equals ['a', 'b', 'c', 'd', 'e']:

Thông tin

Category
CSD203
Thêm bởi
ngochoa291
Ngày thêm
Lượt xem
1,424
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom