Skip to content

Commit 9e6f12e

Browse files
committed
commit to alko-maria
1 parent 3b9188e commit 9e6f12e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bank_managment_system/backend.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import sqlite3
22

3+
# Adding new text here-----
4+
#657 added more
35

46
# making connection with database
57
def connect_database():
@@ -72,7 +74,7 @@ def create_customer(name, age, address, balance, acc_type, mobile_number):
7274
return acc_no - 1
7375

7476

75-
# check account in database
77+
# check account in database
7678
def check_acc_no(acc_no):
7779
cur.execute("select acc_no from bank")
7880
list_acc_no = cur.fetchall()

0 commit comments

Comments
 (0)