Dictionary adalah tipe data python yang menggunakan pendekatan "--- - ---"
Dictionary Python

Quiz
•
Computers
•
University
•
Medium
Muhammad Rafi Al Basyary
Used 19+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
"key - item"
"key - value"
"item - value"
"item - key"
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
A = {"AP" : "Basis Data", "PU" : "Statistika", "AH" : "Data Preparation"}
- - - - -
print(B)
#['AP', 'SDW', 'AH']#
B = list(A.keys())
B = set(A.keys())
B = list(A.items())
B = set(A.items())
3.
MULTIPLE CHOICE QUESTION
10 sec • 6 pts
Pola pada Dictionary menggunakan
{ = }
( = )
{ : }
( : )
4.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
Tipe data berikut dapat digunakan pada Key dalam Dictionary , kecuali
String
Boolean
Tuple
Angka
5.
MULTIPLE CHOICE QUESTION
30 sec • 9 pts
SDA = {"A1" : "C", "A2" : "C++", "A3" : "PYTHON"}
- - - - -
#None#
print(SDA.get("A4"))
print(SDA.get(("A4")
print(SDA("A4"))
print(SDA(("A4")
6.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
Yang bukan merupakan sifat dari Dictionary adalah
Unordered
Changeable
Unique
Fatigue
7.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
Mantan = {"Icha" : "Keanu", "Yushin" : "Kim Davin", "Ilham" : "Lucinta" }
print(Mantan.get["Yushin"])
# - - - - - #
None
Kim Davin
['Kim Davin']
Error
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Python Quiz Techno India

Quiz
•
University
10 questions
Python Generators

Quiz
•
10th Grade - University
10 questions
Python List

Quiz
•
University
10 questions
PYTHON_CHAPTER 8

Quiz
•
University
15 questions
Python revision

Quiz
•
10th Grade - University
10 questions
Post Test #4 - Python Fundamental #3

Quiz
•
University
20 questions
PYTHON REVISION

Quiz
•
University
15 questions
SCRIPTING PROGRAMMING WITH PYTHON

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade