Skip to content

Commit

Permalink
Update 5_without_numbers_kyu8.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBaird authored Jun 21, 2022
1 parent 0524d6c commit 02c3501
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 5_without_numbers_kyu8.py
Original file line number Diff line number Diff line change
@@ -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)
return len(x)

0 comments on commit 02c3501

Please sign in to comment.