Intro
In [1]:
Copied!
# Install the library when running this in Colab. Uncomment below and run the cell once
# %pip install git+https://github.com/rcgeos/pyrcgeos.git
# Install the library when running this in Colab. Uncomment below and run the cell once
# %pip install git+https://github.com/rcgeos/pyrcgeos.git
In [2]:
Copied!
import pyrcgeos
import pyrcgeos
In [3]:
Copied!
pyrcgeos.generate_random_string(16)
pyrcgeos.generate_random_string(16)
Out[3]:
'gdnpnlddpsdrbpfl'
In [4]:
Copied!
pyrcgeos.generate_lucky_number(7)
pyrcgeos.generate_lucky_number(7)
Out[4]:
8181927
Last update:
2023-05-05