Only mint a new NFT if the tokenId is a prime. ```python if (tokenId is prime): mint() else: mint() & burn() ``` https://en.wikipedia.org/wiki/Primality_test