Hawley, Idaho

Hawley was an unincorporated community in Blaine County, in the U.S. state of Idaho.[1] A variant name was "Hawley Siding".[1]

History

The community was named after James H. Hawley, 9th Governor of Idaho.[2]

gollark: ```pythonfor fizzbuzz in range(51): if fizzbuzz % 3 == 0 and fizzbuzz % 5 == 0: print("fizzbuzz") elif fizzbuzz % 3 == 0: print("fizz") elif fizzbuzz % 5 == 0: print("buzz") print(fizzbuzz)```
gollark: And it gets shorter, yes.
gollark: Yours prints `[number] [maybe fizz and/or buzz]`, the python version does *not* and it's shorter if it is allowed to
gollark: Also, it does not seem to be doing the same thing as the python version.
gollark: And yours seems to be doing some bizarre thing where it's hardcoding a table of the different things it should print for each modulus.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.