Skip to content

Instantly share code, notes, and snippets.

@erikformella
Created September 21, 2013 16:11
Show Gist options
  • Save erikformella/6651902 to your computer and use it in GitHub Desktop.
Save erikformella/6651902 to your computer and use it in GitHub Desktop.
# a.py
import b
print 'hi dom'
# b.py
import a
print 'hi erik'
# What get's printed first? You can only solve this if you dont allow top level expressions right?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment