Find highest of two numbers
Project description
#How to install:
pip install noCheck==0.5 // where 0.5 is package version, if the version is different available on pypi.org, please use that as it updated.
#How to use
1: This package will help you to find highest number between two numbers.
2: To get the highest number from two numbers provided.
3: Provide valid details, then use checkNum() to check which is highest number
4: When number is checked, get detailed summary about the number by using conc() function
#Example
pip install noCheck==0.5
import noCheck as nc
obj= nc.Number(num1,num2) //supply any two interger numbers obj.checkNum() //this will check which number from num1 and num2 is greatest
obj.conc() //this will make conclusion based on greatest number
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file noCheck-0.5.tar.gz.
File metadata
- Download URL: noCheck-0.5.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
925362da88bb8408af4de8da23bd7e68df42c09f68ff3745facb0cd69c594bd6
|
|
| MD5 |
4398cca37b8065757ba08d2b0d9e7714
|
|
| BLAKE2b-256 |
cb3722a0ab3c2eafe119d062942138ce7d0c5d8ffb1a79b7a7948eff4bf6ecd2
|