Skip to content

Instantly share code, notes, and snippets.

@RolandWarburton
Created October 19, 2019 05:26
Show Gist options
  • Save RolandWarburton/e64c1a6d7b281c1a4c997e50d0f1bfa1 to your computer and use it in GitHub Desktop.
Save RolandWarburton/e64c1a6d7b281c1a4c997e50d0f1bfa1 to your computer and use it in GitHub Desktop.
regex range
from range_regex import bounded_regex_for_range
a = input('Enter your input:')
b = input('Enter your input:')
print(bounded_regex_for_range(int(a), int(b)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment