A simple prime-number bot, in python. WIP
mastodon
python
fediverse
bot
mathematics
prime-numbers

bot.py 43B

123
  1. import random
  2. print(random.randint(0,12))