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

Starbot 2

Jrjddjdkdkdkdjjxkskwkdkjcjajsid

Uploaded by

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

Starbot 2

Jrjddjdkdkdkdjjxkskwkdkjcjajsid

Uploaded by

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

INDEX

 ACKNOWLEDGEMENT

 CERTIFICATE
 ABOUT PYTHON

 OBJECTIVE
 HARDWARE DESCRIPTION

 PROGRAMMING
 SOFTWARE DESCRIPTION

 OUTPUT
 CONCLUSION

 BIBLIOGRAPHY
I Acknowledgement
With my sincere regards, I wish to acknowledge our indebtedness and gratitude to the
contributions of people who helped us at every stage of the project.

I would like to express my special thanks of gratitude to my computer science teacher


Deepti Chawla, as well as I would like to say thanks to our principal Dr. Sangeeta
Sinha, who gave me the golden opportunity to do this wonderful project.

Secondly, we would also like to thank our parents and friends who helped us a lot,
without their help and support it would not have been possible for us to complete this
project.

NAMRATA THAKUR
11th COMMERCE
Roll No.11C09
CERTIFICATE
This is to certify that NAMRATA THAKUR has successfully completed the
project file on ARTIFICIAL INTELLIGENCE under my guidance and
supervision.

I am satisfied with their initiative and efforts for the completion of project
file as a part of curriculum of CBSE Class XII Examination.

Principal’s Signature

Internal’s Signature External’s Signature


ABOUT PYTHON
Python is an interpreted, object-oriented, and high-
level programming language
. Interpreted means the language uses a piece of
software called the interpreter
to read the code line by line when the Python
program is executed, instead of reading it all at
once.
It was created by Guido van Rossum in 1991 and further

developed by the Python Software Foundation

Python is a programming language often used in


various fields like –
building websites and software, automating tasks,
and conducting data analysis.
Python is a general-purpose language, meaning it
can be used to create a variety of different
programs and isn’t specialized for any specific
problems.
STARBOT
print("hello I am starbot ")
b = input("what do you want me to call you=")
print("hello my friend", b)
c = True

while c:
x = int(input("press 1 for joke, press 2 for my day, press 3 for amazing fact, press 4 for
describing you in words, press n to end the program="))
if x < 1 or x > 4:
print(b, "please enter a valid value")
if x == 1:
print("everybody told Sam not to sing but Samsung ", b, "I know it was funny right")
if x == 2:
print("It was pretty good thanks for asking", b, "hope you also have a good one")
if x == 3:
print(b, "did you know the longest walking distance in the world is 14000 miles?")
if x == 4:
print("oh! so you want me to describe the smartest person of the universe!!!")
if x == 'n':
c = False
print("glad to Interact with you", b)
Programming -input
ardware Requirements:
1. Processor: Any modern processor capable of running the
selected programming language efficiently.
2. Memory (RAM): Adequate RAM to handle the conversion
operations and any data manipulation required by the program.
3. Storage: Sufficient storage space for the program files,
libraries, and any additional data required for operation.

Software Requirements:
1. Operating System: The project is compatible with common
operating systems which is: Windows,
2. Programming Language: Choose a suitable programming
language for development, Python, and requirements.
3. Development Environment: Install an integrated
development environment (IDE) or code editor to facilitate coding,
debugging, and testing.
4. Dependencies and Libraries: python libraries, input/output
operations, GUI python
5. Version Control: Utilize version control software like window
7 and window 10
6. Documentation Tools: Use documentation tools like Ms.
office for writing project documentation, including adobe file , and
technical documentation.
CONCLUSION
BIBLIOGRAPHY
TEACHER :
DEEPTI CHAWLA

BOOK:
SUMITA ARORA
TH
CLASS 11
COMPUTER SCIENCE
Y

You might also like