Created
October 31, 2010 03:13
-
-
Save jasongrout/656069 to your computer and use it in GitHub Desktop.
Test gist
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
# This is a test gist, just to see how this works. | |
a=3 | |
for i in range(10): | |
x=3 | |
print(x) |
Ah, now there is highlighting since I named it test.py!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it worked. I thought there would be syntax highlighting, though!