diff --git a/5_without_numbers_kyu8.py b/5_without_numbers_kyu8.py index 1cace1d..fece5d0 100644 --- a/5_without_numbers_kyu8.py +++ b/5_without_numbers_kyu8.py @@ -1,5 +1,6 @@ -# Create a function that returns 5 as an int without using the characters 0123456789*+-/ +# # Create a function that returns 5 as an int without using the characters 0123456789*+-/ + def unusual_five(): x = "fives" - return len(x) \ No newline at end of file + return len(x)