Cs Project
Cs Project
Event coding :
In python:
Import mysql.connector as my
Ob=my.connect(host=’localhost’,user=’root’,passwd=’Sourav@2004’,dat
abase=’jobs’)
If ob.is_connected():
Print(‘connected’)
Else:
Print(“not connected”)
C=ob.cursor()
Print(“WELCOME TO JOB SEEKER”)
Def Biodata():
Name=input(“enter your name : “)
Contact_no=int(input(“enter your contact no. : “))
Email_id=input(“enter your email id : “)
Qualification=input(“enter your qualification : “)
Biodata()
Print(“job type : “)
Print(“full time”)
Print(“part time”)
Print(“work from home”)