0% found this document useful (0 votes)
16 views10 pages

CS Project

The document describes a CS project by two students named Varun and Shivam to create a battleship game. It includes an acknowledgement of their teacher Mrs. Urvashi Singhal who provided guidance, and a certificate confirming the students completed the project.

Uploaded by

DuKe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views10 pages

CS Project

The document describes a CS project by two students named Varun and Shivam to create a battleship game. It includes an acknowledgement of their teacher Mrs. Urvashi Singhal who provided guidance, and a certificate confirming the students completed the project.

Uploaded by

DuKe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

CS PROJECT

NAME - VARUN AND SHIVAM


CLASS - XI
XI-G AND XI-F
VARUN - 39 SHIVAM -
PROJECT - BATTLESHIP GAME
ACKNOWLEDGEMENT

WE WOULD LIKE TO CONVEY OUR


HEARTFELT THANKS TO MRS. URVASHI
SINGHAL , OUR COMPUTER SCIENCE
TEACHER WHO ALWAYS GAVE VALUABLE
SUGGESTIONS AND GUIDANCE DURING
COMPLETION OF THIS PROJECT . SHE
HAS BEEN A SOURCE OF INSPIRATION
AND HELPED US UNDERSTAND AND
REMEMBER IMPORTANT DETAILS OF THE
PROJECT. OUR PROJECT HAS BEEN A
SUCCESS ONLY BECAUSE OF HER
GUIDANCE

NAME OF THE STUDENTS -


VARUN AND SHIVAM

CLASS - 11TH G AND 11TH F


CERTIFICATE

THIS IS TO CERTIFY THAT MR. VARUN AND


MR. SHIVAM KATARIA OF CLASS 11TH G
AND 11TH F OF AHLCON INTERNATIONAL
SCHOOL HAS COMPLETED THEIR PROJECT
FILE UNDER MY SUPERVISION . THEY HAVE
TAKEN PROPER CARE AND SHOWN
UTMOST SINCERITY IN THE COMPLETION
OF THE PROJECT . TO CERTIFY THAT THIS
PROJECT IS UPTO MY EXPECTATIONS AND
AS PER GUIDELINES ISSUED BY THE CBSE

Mrs. urvashi singhal t


hod ( computer science department )
PYTHON OVERVIEW
What is Python?
Python is a popular programming language. Created by Guido van
Rossum, in 1991. It is used for:
web development, software development, system scripting.

What can Python do?


Python can be used on a server to create web applications and can be
used alongside software to create workflows. It can connect to
database systems. It can also read and modify files. Python can be used
to handle big data and perform complex mathematics and can be used
for rapid prototyping, or for production-ready software development.

Why Python?
Python works on different platforms (Windows, Mac, Linux, Raspberry
Pi, etc). Python has a simple syntax similar to the English language.It
has syntax that allows developers to write programs with fewer lines
than some other programming languages. Python runs on an
interpreter system, meaning that code can be executed as soon as it is
written. This means that prototyping can be very quick. Python can be
treated in a procedural way, an object-oriented way or a functional
way.

Python files.
Python was designed for readability, and has some similarities to the
English language with influence from mathematics. Python uses new
lines to complete a command, as opposed to other programming
languages which often use semicolons or parentheses. Python relies on
indentation, using whitespace, to define scope; such as the scope of
loops, functions and classes. Other programming languages often use
curly-brackets for this purpose.
battle ship
GA ME
Hardware
Mouse
Keyboard
PC

Software
Canva
IDLE
SOURCE CODE
OUPUT

You might also like