Clay City, Spencer County, Indiana
Clay City is an unincorporated community in Clay Township, Spencer County, in the U.S. state of Indiana.[2]
Clay City | |
---|---|
Clay City Clay City | |
Coordinates: 38°04′57″N 86°57′06″W | |
Country | United States |
State | Indiana |
County | Spencer |
Township | Clay |
Elevation | 449 ft (137 m) |
Time zone | UTC-6 (Central (CST)) |
• Summer (DST) | UTC-5 (CDT) |
ZIP code | 47550 |
Area code(s) | 812 |
GNIS feature ID | 432584 |
Geography
Clay City is located at 38°04′57″N 86°57′06″W.
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```
gollark: I should multithread this!
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): print(x)```<@!330678593904443393>
gollark: YOUR CODE MUST BE BAD.
References
- "US Board on Geographic Names". United States Geological Survey. October 25, 2007. Retrieved 2016-06-20.
- "Clay City, Indiana". Geographic Names Information System. United States Geological Survey. Retrieved 2016-07-09.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.