CSC Mini Project
CSC Mini Project
1
VELAMMAL VIDYALAYA
MANGADU
Reg No :
CERTIFICATE
This is to certify that RAGHAV.S of class XII-B, Reg No: 1202017 has
successfully completed the project work entitled “SPINNING WHEEL WITH
PYTHON” in the subject Computer science (083) and submitted to Central
Board of Secondary Education.
PRINCIPAL AHM
2
TABLE OF CONTENTS
01 ACKNOWLEDGEMENT 4
02 INTRODUCTION 5
04 FLOW CHART 7
05 SOURCE CODE 8
06 OUTPUT 9
07 TESTING 10
09 BIBLIOGRAPHY 11
3
ACKNOWLEDGEMENT
First and foremost my grateful thanks to almighty for his divine blessing and
grace in making this project successful and I thank my parents for giving me all
this life and opportunity. I acknowledge my sincere thanks to The Chairman and
The Correspondent of Velammal Educational Trust for providing me this
opportunity and necessary facilities for completing this study. My profound
gratitude and heartfelt thanks to Ms.Shamsunnisa begum , Principal, and respected
HM Ms.Sudarkodi Velammal Vidyalaya Mangadu. Ma’am, thank you for your
expertise, enthusiasm, and especially for your precious time and for the kind help
in all situations throughout the academic year.
I gladly extend my sincere thanks to my class in-charge and all Faculty members
for their support. Last but not least, I would like to show my humble gratitude to
my family members and all my friends who were the back bone for me to complete
this study successfully.
Master- S.RAGHAV
Class: XII –B
4
ABSTRACT
5
OBJECTIVES
OF THE
PROJECT
6
FLOWCHART
7
SOURCE CODE
import random
a=1
while bool(a):
s=random.randint(1,8)
print()
if s==1:
else:
8
OUTPUT
9
TESTING
HARDWARE AND
SOFTWARE
REQUIREMENTS
Hardware Requirements:
1. A computer running any operating system that supports
Python
2. Keyboard for input
Software Requirements:
1. Python 3.x installed on your computer
2. Basic knowledge of Python syntax and command-line
interfaces.
BIBLIOGRAPHY
Here are some resources used to create this project :
1.Python documentation - https://docs.python.org/3/
2.Python random module documentation -
https://docs.python.org/3/library/random.html
3.Python input() function documentation -
https://docs.python.org/3/library/functions.html#input
4.Python dictionaries documentation -
https://docs.python.org/3/tutorial/datastructures.html#dictiona
ries
5.Python while loop documentation -
https://docs.python.org/3/reference/compound_stmts.html#the
-while-statement
11