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