Y
Hacker News
new
|
ask
|
show
|
jobs
by
_navaneethan
3682 days ago
>>> for i in range(1,101): print "FizzBuzz"[i*i%3*4:8--i**4%5] or i
The above line cost your interview :) He might be expecting like this one