Krishna
Krishna
Krishna
SUBMITTED BY
ROLL NO :
NAME : SRI KRISHNA. B
CLASS : XI
SUBJECT : COMPUTER SCIENCE
: 083
SUB CODE
SALEM.
1
JAIRAM PUBLIC SCHOOL SALEM
CERTIFICATE
A BANK ACCOUNT” in the subject Computer Science (083) laid down in the regulations
of CBSE for the purpose of Practical Examination in Class XII to be held in Jairam Public
School on ___________________.
2
ACKNOWLEDGEMENT
Apart from the efforts for me, the success of my 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 project.
I express deep sense of gratitude to almighty God for giving me strength for the
successful completion of the project.
My sincere thanks to Mr. M.VISWANATHAN, A guide, Mentor all the above a friend,
who critically reviewed my project and helped in solving each and every problem, occurred
during implementation of the project.
The guidance and support received from all the members who contributed and who are
contributing to this project, was vital for the success of the project. I am grateful for their
constant support and help.
3
CONTENTS
ABSTRACT
1. INTRODUCTION …………………………………… 6
3. Flow chat……….......................……………………………. 8
5. OUTPUT …………………………………………………. 13
6. CONCLUSION …………………………………….………. 15
7. BIBLIOGRAPHY ……………………………………. 16
4
CREATE A BANK ACCOUNT
ABSTRACT:
“python”
5
INTRODUCTION
1. INTRODUCTION
The python programming helped to improve our coding skills. There are many functions and
modules available in the python Idle. I presented some programs for improving my coding
skill. I used for loop if else and elif statements and conditional statements. Also, l used range
() in the code
6
SYSTEM REQUIREMENTS
MOTHERBOARD : H110M-S2-CF
RAM : 4.00 GB
MONITOR
PRINTET
BACK-END : My SQL
7
FLOW CHART
8
9
Source code
elif(f=="borrow"):
e=int(input("enter the no. of months you will return the money with interest
if(n==b):
10
name=(input("enter your name:"))
g=e+1 for
i in range(1,g):
a=k*0.03+k b=a*g
elif(f=="borrow"):
e=int(input("enter the no. of months you will return the money with interest 5%"))
g=e+1
for i in range(1,g):
else:
11
print("Thank you for borrowing money from us")
12
Output
13
14
CONCLUSION
15
BIBLIOGRAPHY
1. I referred the National Bank of India page in online to complete this project
2. Computer science With Python - Class XI By : SumitaArora and NCERT
16