Skip to content

Instantly share code, notes, and snippets.

@Crowbrammer
Last active February 3, 2017 02:01
Show Gist options
  • Save Crowbrammer/a9f7c784543aa5fe83f97eb7cf207d69 to your computer and use it in GitHub Desktop.
Save Crowbrammer/a9f7c784543aa5fe83f97eb7cf207d69 to your computer and use it in GitHub Desktop.
import printfile
printfile.print_me()
input()
# Did: from printfile import *
# That didn't give me an error. But it didn't call the function. Why doesn't this work?
def print_me():
print('I should be here')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment