Computer Science Investigatory Project
Computer Science Investigatory Project
Computer Science Investigatory Project
on
Submitted By:
Name: V.P.YASHWANTH PREMRAJ
Class: Xll B
Roll No: 12232
Certificate
Acknowledgement
Package/Module used in the
Project- short description of the
Module.
Coding
Limitations
Requirements
Bibliography
CERTIFICATE
This is to certify that V.P.Yashwanth Premraj of class XII B, has
prepared the report on the project entitled ‘Program
on Number Game’. The report is the result of his
effort and endeavors. The report is found worthy of
acceptance as final project report for the subject of
Computer Science of class XII under the CBSE
curriculum 2019-20.
Principal
(M.r.vallabhan)
Declaration
number=random.randrange(0,100)
guessCheck="wrong"
while guessCheck=="wrong":
try :
val=int(response)
continue
val=int (response)
if val<number:
elif val>number:
else:
guessCheck="correct"
The following books and websites have been referred during project
development-
Text Book: Computer Science with python by Sumita Arora
Websites:
1.https://www.w3schools.com
2.https://www.pythonpoint.com