Created
May 11, 2016 05:32
-
-
Save xuefeng-huang/ccbb459e94cc5a412b188e12e29e149c to your computer and use it in GitHub Desktop.
Revisions
-
xuefeng-huang created this gist
May 11, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ for x in xrange(100): print ('fizz'[x % 3 * 4:] + 'buzz'[x % 5 * 4:] or x)