User:XaviSV
Appearance
Hello all, I'm Xavi (he/they). My Pokémon hyperfixation is slowly fading, but Pokerogue[1] is keeping it going strong
I am also a certified ailurophile (cat lover).
import random
pokedex_num = random.randint(1, 1025)
print(str(pokedex_num))
|