-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- div_frac.numerator instead of int(div_frac) for clarity - `import re` as in other platforms - use `re.match` instead of `re.search`+`len(match.groups())==n` - use r"" for regexps for syntax highlighting and to ensure invalid escapes do not break on later Python versions
- Loading branch information
1 parent
cba831b
commit 89960fd
Showing
1 changed file
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters