Conver your INT to Array
Project description
arrmovs
With this package, you can convert your INT to array and on the contrary
instalation
Ar first, let's install our package:
pip install arrmovs
or you can use:
pip3 install arrmovs
Convert INT to the array
Let's convert our INT to array and print it:
import arrmovs as arr
num = 12345
myArr = arr.IntToArr(num)
print(myArr)
After that, let's convert our INT to an array, but sort it:
import arrmovs as arr
num = 12345
myArr = arr.IntToArrSorted(num)
Convert Array to INT
If we have an array and we want to convert it to an INT, we can use the module ArrToInt:
import arrmovs as arr
myArr = arr.IntToArrRandom(1, 10)
num = arr.ArrToInt(myArr)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arrmovs-0.0.3.tar.gz.
File metadata
- Download URL: arrmovs-0.0.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2632dee8b54912bd97a090ac87c83a45b4e86b0f9441e99317c82502908d19a
|
|
| MD5 |
14e415c0e239f2c4076d14394181a415
|
|
| BLAKE2b-256 |
0d9fb4abd9bc7daad4253efd85baf9d8228a834b69fb4a28a116104420798b7d
|
File details
Details for the file arrmovs-0.0.3-py3-none-any.whl.
File metadata
- Download URL: arrmovs-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
074c0d669fedab3263130528b78b2ef0882cfa7ba84be065075c05e3755a6279
|
|
| MD5 |
0a73f12fa3a4bee4fbe83f03101c571d
|
|
| BLAKE2b-256 |
7c9fa2398d56ef851b7f78ec723df2617003576be5343b6f2acd712eb292663c
|