Skip to content

Commit 2540494

Browse files
committed
added a comment
1 parent 40e5d23 commit 2540494

File tree

1 file changed

+1
-1
lines changed
  • 06-Day6-Variables-and-Data-Types

1 file changed

+1
-1
lines changed

06-Day6-Variables-and-Data-Types/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
a = complex(8, 2)
2-
b = True
2+
b = True # True and False are bool values
33
c = "Harry"
44
d = None
55
print(a)

0 commit comments

Comments
 (0)