#!/usr/local/bin/python3 def spam(): eggs = "hello" print(eggs) spam() print(eggs) eggs = 42