First Post Nov 4, 2021 1 min read general#!/usr/bin/env python name = "Brayden" print(f"Hello, my name is {name}")