Certificate: Pillai College of Arts, Commerce & Science

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Mahatma Education Society’s

Pillai College of Arts, Commerce & Science


(Autonomous)
Affiliated to University of Mumbai
NAAC Accredited 'A' grade (3 cycles)
Best College Award by University of Mumbai
ISO 9001:2015 Certified

CERTIFICATE

This is to certify that Mr. /Miss. Chaturvedi Amisha of F.Y B.Sc.

C.S. Semester II has completed the project work in the Subject of

Python during the academic year 2020-21 under the guidance of

Prof. Jabeen masum being the partial requirement for the

fulfillment of the curriculum of Degree of Bachelor of Science in

Computer Science, University of Mumbai.

Place:

Date:

Name & Signature of faculty Name & Signature of


external

Dr. K.M. Vasudevan Pillai Campus, Sector 16, New Panvel - 410206. Tel : 27456100 / 1700 | Fax : 27483208 | Website :
www.pcacs.ac.in
Name: Chaturvedi Amisha
Class: FYCS A
Roll no: 2275

CODE:

print (" !!! Welcome Everyone to know your horoscope !!!")


exit = 1
while exit != 0 :
name1 = input("Enter your Name: ")
print("Hello ",name1)
name2 = name1.upper()
nameCheck = name2[0]
if nameCheck == "A" :
print("You are a kind person\n Your lucky colour is Red\n Your
lucky Day is Tuesday\n Your lucky number is 7\n Your lucky stone is
Diamond\n ")
elif nameCheck == "J" or nameCheck == "N":
print("You are a honest person\n Your lucky colour is yellow\n
Your lucky Day is Tuesday \n Your lucky number is 9\n Your lucky stone is
yellow sapphire\n ")
elif nameCheck == "k":
print("You are a Hard Working person\n Your lucky colour is
blue \n Your lucky Day is Wednesday\n Your lucky number is 4\n Your
lucky stone is Blue sapphire\n ")
elif nameCheck == "p":
print("You are a great person\n Your lucky colour is green\n
Your lucky Day is Friday\n Your lucky number is 5\n Your lucky stone is
Emerald\n ")
elif nameCheck == "S":
print("You are a brilliant person\n Your lucky colour is white\n
Your lucky Day is Monday\n Your lucky number is 1\n Your lucky stone is
pearl\n ")
elif nameCheck == "B" or nameCheck == "M" or nameCheck =="I"
or nameCheck =="O" or nameCheck == "Q" or nameCheck == "D" or
nameCheck == "L":
print("You are a with hard working person\n Your lucky colour
is Orange\n Your lucky Day is Sunday\n Your lucky number is 8\n Your
lucky stone is Citrine\n ")
elif nameCheck == "T" or nameCheck == "u":
Name: Chaturvedi Amisha
Class: FYCS A
Roll no: 2275

print("You are a working person\n Your lucky colour is Black\n


Your lucky Day is Saturday\n Your lucky number is 2\n Your lucky stone is
Ruby\n ")
else :
print("You are a working person\n Your lucky colour is Golden\
n Your lucky Day is Tuesday\n Your lucky number is 5\n Your lucky stone
is pearl\n ")
print("All the best for your future\n")
exit = int(input("Press 0 to exit and press 1 to continue...!! \n"))
print("Thank you for visiting...!!!")

OUTPUT:
Name: Chaturvedi Amisha
Class: FYCS A
Roll no: 2275

You might also like