Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def dont_give_me_five(start, end):
- return len(tuple(i for i in list(range(start, end+1)) if '5' not in str(i)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement