Skip to content

Commit 04aa7db

Browse files
authored
Minor updates.
No more YouTube for THIS American. =)
1 parent 25883c1 commit 04aa7db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CardGame/QuestCore/2022_12_17_DrawnText.data

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,8 @@ The built-in eval():
10411041
KA2046: Frozenset
10421042
The frozenset():
10431043

1044-
(1) Is a built-in function
1045-
(2) Can be modified
1044+
(1) Is a built-in
1045+
(2) Is a modifiable collection
10461046
(3) Is an instance of 'set'
10471047
(4) Is a subclass of 'set'
10481048
(5) None of the above
@@ -1074,7 +1074,7 @@ In Python, a "Wheels File" is:
10741074
(5) None of the above
10751075
*****
10761076
KA3003: exec()
1077-
What is Python's built-in exec()function used for?
1077+
What is exec() used for?
10781078

10791079
(1) To run an external application
10801080
(2) To check if an object is callable
@@ -1109,7 +1109,7 @@ KA3008: Function Call Management
11091109
Which Meta Method(s) are required to create a callable object?
11101110
*****
11111111
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?
11131113
*****
11141114
KA3010: Deep Copy
11151115
What is a deep copy?
@@ -1402,6 +1402,6 @@ A frozenset()
14021402
(1) Cannot be changed
14031403
(2) Can be created from an iterable
14041404
(3) Is not a child of set()
1405-
(4) Is a built-in function
1405+
(4) Is a built-in
14061406
(5) All of the above
14071407

0 commit comments

Comments
 (0)