diff --git a/Basics/DataTypes/DataTypes.py b/Basics/DataTypes/DataTypes.py index 3956217..6ed83e1 100644 --- a/Basics/DataTypes/DataTypes.py +++ b/Basics/DataTypes/DataTypes.py @@ -74,7 +74,7 @@ ### - `len()`: Length of a string -print(len(word)) # Output: 6 +print(len(word)) # Output: 4 ### - `.lower()` and `.upper()`: Change case