A package to use some basic numeric/math functionalities
Project description
pybeginners
Python package to help beginners with basic math program functionalities like
- isprime(number)
- oddeven(number)
- issquare(number)
- iscube(number)
Installation
pip install pybeginners
How to Use
-
Install the package.
-
To check if a number is perfect square, use the following code:
from pybeginners import programs print(programs.issquare(number))
-
Similarly, you can use
programs.isprime(number)
and two more functions.
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 Distribution
pybeginners-1.0.1.tar.gz
(1.6 kB
view hashes)
Built Distribution
Close
Hashes for pybeginners-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148402e800a2f4e21337dc7e548b0c93d36cdf640566a8e61f711bfed20616f5 |
|
MD5 | 0eeb48c06817e39f890ea9defaacffcb |
|
BLAKE2b-256 | e08e57b5d941d7b0aa8f00602c43e437171390310191cf04f7abea7766162788 |