My GitHub Page
#!/bin/env python usrname = "World" # Username print("Hello, " + usrname + "!") # Output: Hello, World!