Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arrmovs-0.0.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

arrmovs-0.0.3-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

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