Created
March 20, 2013 16:30
-
-
Save pythonanywhere/5206083 to your computer and use it in GitHub Desktop.
Public gist with a single file for the FT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def display(s): | |
print (s) | |
display('Hello from single-file gist') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment