We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b954153 + 8540b7d commit d7526e4Copy full SHA for d7526e4
1 file changed
basics/data_types.py
@@ -33,7 +33,8 @@
33
"""
34
('python', 'for', 'aws')
35
36
-Numeric Data Types
+#Numeric Data Types
37
+
38
# python numbers represent data that has a numeric value
39
# A numeric value can be an integer , a floating number or even a complex number
40
# These values are defined as int, float and complex classes
0 commit comments