This is the first post on this new blog. This blog will probably be used for simple things such as write-ups and instructions that I want to keep in one place.
Table of Contents
Open Table of Contents
Example Header
There will be some text in here.
import random
rand_num = random.randint(0, 50)
print(rand_num)