Skip to content

Commit d7526e4

Browse files
authored
Merge pull request #3 from cmdkill3r/main
working on variables
2 parents b954153 + 8540b7d commit d7526e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

basics/data_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"""
3434
('python', 'for', 'aws')
3535
36-
Numeric Data Types
36+
#Numeric Data Types
37+
3738
# python numbers represent data that has a numeric value
3839
# A numeric value can be an integer , a floating number or even a complex number
3940
# These values are defined as int, float and complex classes

0 commit comments

Comments
 (0)