You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.3 KiB

Random XPUB1 picker

To randomly select a 'volountary'

In [42]:
import random
In [43]:
xpub1 = ['Louisa','Kendal','Jacopo','Floor','Euna','Clara','Martin','Nami','Federico']
In [44]:
volountary = random.choice(xpub1)
In [ ]:
print(volountary)