#!/usr/bin/env python firstname = "Jonathan" print "Hello, " + firstname firstname = "John" print "Goodbye, " + firstname