Peter Tran Notes

g cm -m "wip"

busy_doing_work = True
while busy_doing_work:
    print("I'll work on this tomorrow.")

update_this_page()