A project about India is so Proud. That too South India is such an inspiring area containing states.

Online Python Compiler

Here is the code from which you can know about 6 states in South India !!!

class SOSI:

print(“The States Of South India Are:”)

print(“1).TamilNadu 2).Kerala 3).Karnataka 4).Andhra Pradesh 5).Telangana 6).Maharashtra”)

State=int (input(“Enter the number of State which you want to know about:”))

if (State==1):

print(“TamilNadu:”)

print(“The Language of this state is Tamil and the Chief Minister of this state is Mr.M.K.Stalin.It has 38 Districts having Chennai as it’s capital.”)

if (State==2):

print(“Kerala:”)

print(“The Language of this state is Malayalam and the Chief Minister of this state is Mr.Pinarayi Vijayan.It has 14 Districts having Trivandrum as it’s capital.”)

if(State==3):

print(“Karnataka:”)

print(“The Language of this state is Kannada and the Chief Minister of this state is Mr.Sri Siddaramaiah.It has 31 Districts having Banglore as it’s capital.”)

if(State==4):

print(“Andhra Pradesh:”)

print(“The Language of this state is Telugu and the Chief Minister of this state is Mr.N.Chandrababu Naidu.It has 26 Districts having Amaravati as it’s capital.”)

if(State==5):

print(“Telangana:”)

print(“The Language of this state is Telugu and the Chief Minister of this state is Mr.Revanth Reddy.It has 33 Districts having Hyderabad as it’s capital.”)

if(State==6):

print(“Maharashtra:”)

print(“The Language of this state is Marathi and the Chief Minister of this state is Mr.Devendra Fadnavis.It has 36 Districts having Mumbai as it’s capital.”)

If you find any mistakes or if you have any suggestions, open the contact page and say me if you have anything to say.


Discover more from Siddharth TJ

Subscribe to get the latest posts sent to your email.