File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1041,8 +1041,8 @@ The built-in eval():
1041
1041
KA2046: Frozenset
1042
1042
The frozenset():
1043
1043
1044
- (1) Is a built-in function
1045
- (2) Can be modified
1044
+ (1) Is a built-in
1045
+ (2) Is a modifiable collection
1046
1046
(3) Is an instance of 'set'
1047
1047
(4) Is a subclass of 'set'
1048
1048
(5) None of the above
@@ -1074,7 +1074,7 @@ In Python, a "Wheels File" is:
1074
1074
(5) None of the above
1075
1075
*****
1076
1076
KA3003: exec()
1077
- What is Python's built-in exec()function used for?
1077
+ What is exec() used for?
1078
1078
1079
1079
(1) To run an external application
1080
1080
(2) To check if an object is callable
@@ -1109,7 +1109,7 @@ KA3008: Function Call Management
1109
1109
Which Meta Method(s) are required to create a callable object?
1110
1110
*****
1111
1111
KA3009: Function Call Detection
1112
- Which built-in function allows us to determine if an instance is callable?
1112
+ Which built-in allows us to determine if an instance is callable?
1113
1113
*****
1114
1114
KA3010: Deep Copy
1115
1115
What is a deep copy?
@@ -1402,6 +1402,6 @@ A frozenset()
1402
1402
(1) Cannot be changed
1403
1403
(2) Can be created from an iterable
1404
1404
(3) Is not a child of set()
1405
- (4) Is a built-in function
1405
+ (4) Is a built-in
1406
1406
(5) All of the above
1407
1407
You can’t perform that action at this time.
0 commit comments