Skip to main content

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

noCheck-0.5.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page