Compare two integers like never before
Project description
is_bigger
from is_bigger.functions import *
isBigger(2,1) # True
isSmaller(2,1) # False
isEqual(3,3) # True
isNotBigger(3,1) # False
isNotSmaller(3,1) # True
isNotEqual(3,1) # True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file is_bigger-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: is_bigger-0.1.8-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdb46fca3df333ab5a1ca1a24ec4f6aa1bbfd6d4457ec1895b48933af99250ef |
|
MD5 | 610394ac78e039901b4a7f966734c160 |
|
BLAKE2b-256 | 77504222e432271b9ba097ba58bdad20a872371d3e223d3053b043fecab05463 |