x = 42 def foo(): print('x is', x) class Spam: def yow(self): print('Yow!') print('loaded simplemod')