Project t
Project t
ROLL NO : 17
NAME : CIBIPRIYAN.M
CLASS : XI - A
CERTIFICATE
V. Martin Solomon
Teacher in charge
01 ACKNOWLEDGEMENT
02 INTRODUCTION
04 SOURCE CODE
05 OUTPUT
07 CONCLUSION
ACKNOWLEDGEMENT
Apart from the efforts of me, the success of any Mini Project depends
largely on the encouragement and guidelines of many others. I take this
opportunity to express my gratitude to the people who have been instrumental in
the successful completion of this Mini Project.
I express deep sense of gratitude to almighty God for giving me strength for
the successful completion of the Mini Project.
I express my heartfelt gratitude to my parents for constant encouragement
while carrying out this Mini Project.
I gratefully acknowledge the contribution of the individuals who contributed
in bringing this Mini Project up to this level, who continues to look after me
despite my flaws,
I express my deep sense of gratitude to the luminary Rev.Sr. MARIE
THERESE, The Principal, Cluny Vidya Nikethan (CBSE) Senior Secondary
School who has been continuously motivating and extending their helping hand to
us.
I am overwhelmed to express my thanks to The Office staffs for providing me an
infrastructure and moral support while carrying out this Mini Project in the school.
My sincere thanks to Mr. V.MARTIN SOLOMON, Master In-charge, A
guide, Mentor all the above a friend, who critically reviewed my Mini Project and
helped in solving each and every problem, occurred during implementation of the
Mini Project
The guidance and support received from all the members who contributed
and who are contributing to this Mini Project, was vital for the success of the Mini
Project. I am grateful for their constant support and help.
TOPIC
ROCK PAPER SCISSORS
INTRODUCTION
Import random
# Print multiline instruction
Print(‘Winning rules of the game ROCK PAPER SCISSORS are:\n’
+ “Rock vs Paper -> Paper wins \n”
+ “Rock vs Scissors -> Rock wins \n”
+ “Paper vs Scissors -> Scissors wins \n”)
While True:
Print(“Enter your choice \n 1 – Rock \n 2 – Paper \n 3 – Scissors \
n”)
# After coming out of the while loop, print thanks for playing
Print(“Thanks for playing!”)
OUTPUT
HARDWARE AND SOFTWARE REQUIREMENTS
I.OPERATING SYSTEM : WINDOWS 10 AND ABOVE
SOFTWARE REQUIREMENTS:
• Windows OS
• Python IDLE
• PyCharm Community
• MySQL server
• Connector module
• Internet
CONCLUSION