Skip to content

Instantly share code, notes, and snippets.

@st98
Created February 27, 2014 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save st98/9246578 to your computer and use it in GitHub Desktop.
Save st98/9246578 to your computer and use it in GitHub Desktop.
Python 3では動きません。
# coding: rot13
qrs svmm_ohmm(a):
sbe k va enatr(1, a + 1):
vs k % 15 == 0:
cevag "FizzBuzz"
ryvs k % 3 == 0:
cevag "Fizz"
ryvs k % 5 == 0:
cevag "Buzz"
ryfr:
cevag k
svmm_ohmm(100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment