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 40e5d23 commit 2540494Copy full SHA for 2540494
06-Day6-Variables-and-Data-Types/main.py
@@ -1,5 +1,5 @@
1
a = complex(8, 2)
2
-b = True
+b = True # True and False are bool values
3
c = "Harry"
4
d = None
5
print(a)
0 commit comments