Chandla

Chandla is a town and a nagar panchayat in Chhatarpur district in the state of Madhya Pradesh, India.

Chandla
city
Chandla
Location in Madhya Pradesh, India
Chandla
Chandla (India)
Coordinates: 25.08°N 80.2°E / 25.08; 80.2
Country India
StateMadhya Pradesh
DistrictChhatarpur
Elevation
177 m (581 ft)
Population
 (2001)
  Total10,207
Languages
  OfficialHindi
Time zoneUTC+5:30 (IST)
ISO 3166 codeIN-MP
Vehicle registrationMP

Geography

Chandla is located at 25.08°N 80.2°E / 25.08; 80.2.[1] It has an average elevation of 177 metres (580 feet). It is hilly and located on the bank of Ken river.

Demographics

As of 2001 India census,[2] Chandla had a population of 10,207. Males constitute 53% of the population and females 47%. Chandla has an average literacy rate of 57%, lower than the national average of 59.5%; with male literacy of 66% and female literacy of 46%. 20% of the population is under 6 years of age.

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.
gollark: What if we try generating random programs in *your* language?

References


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