We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d034dc3 commit 5369c58Copy full SHA for 5369c58
python-isinstance/bool_int_test.py
@@ -14,6 +14,5 @@
14
for element in test_data:
15
print("bool") if isinstance(element, bool) else print("int")
16
17
-
18
19
print("bool") if type(element) is bool else print("int")
0 commit comments