PFP191_-_SP_2024_-_Block_5_-_FE_1906.webp
A

PFP191_-_SP_2024_-_Block_5_-_FE_1906.webp

Multiple Choices
Answer (Choose 1 answer)
Which data structure is being put to use in the code given below?
#Code starts
org = 'QuizOrbit'
count = {}
for i in org:
if i in count:
count[i]+=1
else:
count[i]=1
print(count)
#Code Ends
A. String
B. List
C. Tuple
D. Dictionary

Thông tin

Category
PFP191
Thêm bởi
Alphonse91
Ngày thêm
Lượt xem
730
Lượt bình luận
8
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom