probablytom

Colophon

Published Monday Jun 6, 2022.

This site is a work in progress. One of the things that’s left to do is write this page.

In the meantime, it’s useful for some formatting testing. For example, how are code snippets rendered right now?

def like_this():
    print("This is how" + "Formatting looks right now")
    return "hope it's good!"